The LookOutServer table contains one entry for each Script Manager server installed into this Idb.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| serverid | integer | not null | Unique over all Script Manager servers. |
| servername | varchar(32) | not null | The name of the Script Manager server. NOTE: This value is
defined at installation time of Script Manager server.
|
| serverinstalled | integer1 | not null | Boolean indicating whether this server is
INSTALLED(1) or REMOVED(0).
|
| servernote | varchar(255) | with null | The optional user-defined note. |
| serverlicenseinfo | varchar(255) | not null | The complete serial number entered at Script Manager server
installation time.
|
Product Name: Data Transformer
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| serverid | lookoutcontrol | serverid |