CIS_LB_MACHINES columns
Column name |
Data type |
Description |
---|---|---|
MACHINEGUID |
VARCHAR2(50) not null |
Unique identifier for a specific processor. |
MACHINEVERSION |
INTEGER not null |
Record version for a machine of a given GUID. MACHINEVERSION is used for auditing. |
MACHINENAME |
VARCHAR2(75) null |
User specified name of the processor. |
MACHINEDESCRIPTION |
VARCHAR2(250) null |
User-specified description of the machine. |
MACHINEURL |
VARCHAR2(500) null |
User-specified URL of the machine. This entry is used to construct WE Web service calls to interfaces with the processor’s CIS Sync Adapter. |
STATUS |
VARCHAR2(50) null |
String representing the current status of the machine. Possible values are:
|
OFFLINEREASON |
VARCHAR2(100) null |
String explaining why the machine was brought offline. |
OFFLINEREASONEXCEPTIONMSG |
CLOB null |
String containing the exception message caught when the machine is placed offline by the code instead of manually by the administrator. |
MAXLOAD |
INT null |
User-specified parameter indicating how many synchronization jobs the processor is capable of running concurrently. |
DELETED |
INT default 0 null |
Parameter indicating that the machine has been removed from the load-balance pool. 1 = deleted 0 = not deleted |