Name Type MSSql Type Oracle Type DB2 Type Postgresql Nullable Description
ACLNT_AH_Idnr int NUMBER(38,0) int int false RunID of the client
ACLNT_Number smallint NUMBER(38,0) smallint smallint false Client number
ACLNT_OH_Idnr int NUMBER(38,0) int int false ID of the object in the OH table
ACLNT_First_Week smallint NUMBER(38,0) smallint smallint true The definition of the week that is regarded the first calendar week of a year. "1" - The week that includes January 1st, "4" - The first week that includes at least 4 day of the new year,"7" - The first week that includes 7 days of the new year
ACLNT_First_Day smallint NUMBER(38,0) smallint smallint true The starting day of the week: "1" - Sunday,"2" - Monday,"3" - Tuesday,"4" - Wednesday,"5" - Thursday,"6" - Friday,"7" - Saturday,
ACLNT_Prompt_Time smallint NUMBER(38,0) smallint smallint true The time in minutes that the system waits for a user to log on in order to display a PromptSet dialog, 0 = unlimited
ACLNT_Prompt_Resp smallint NUMBER(38,0) smallint smallint true The time in minutes that the system waits for a task's PromptSet dialog to be confirmed, 0 = unlimited
ACLNT_ERT_Method smallint NUMBER(38,0) smallint smallint true ERT method: 0=default, 1=fixed, 2=avg, 4=max, 8=linear, 16=dynamic, 256=ignore
ACLNT_ERT_Fallback smallint NUMBER(38,0) smallint smallint true ERT fallback: 1=fixed, 2=avg, 4=max, 8=linear, 16=dynamic, 256=ignore
ACLNT_DeactDelay smallint NUMBER(38,0) smallint smallint true Deactivation time in minutes
ACLNT_TaskPrio smallint NUMBER(38,0) smallint smallint true The priority of tasks: Allowed values: "1" - "255"
ACLNT_Prio smallint NUMBER(38,0) smallint smallint true The priority of the client: Allowed values: "200" - "255"
ACLNT_KickInterval smallint NUMBER(38,0) smallint smallint true The refresh interval in seconds that can be specified for the task view in the Activity Window and monitors.
ACLNT_CaleLookMax smallint NUMBER(38,0) smallint smallint true The maximum number of days that is considered for calculating the next valid date based on calendar conditions. The maximum number of days that is considered for calculating the next valid date based on calendar conditions.
ACLNT_NowPlus smallint NUMBER(38,0) smallint smallint true The number of years that is considered in dynamic calendar calculation.
ACLNT_NowMinus smallint NUMBER(38,0) smallint smallint true The number of years that is considered in dynamic calendar calculation.
ACLNT_MaxSearch smallint NUMBER(38,0) smallint smallint true Max result count of lucene based search requests.
ACLNT_StopTime datetime DATE timestamp timestamp true Time when the client was stopped
ACLNT_AliasChars varchar (32) VARCHAR2 (32 CHAR) varchar(32) varchar (32) true Allowed special characters in alias names
ACLNT_TZ varchar (8) VARCHAR2 (8 CHAR) varchar(8) varchar (8) true Name of the client timezone
ACLNT_VersSuffix varchar (8) VARCHAR2 (8 CHAR) varchar(8) varchar (8) true Version Management suffix
ACLNT_DefaultPwd varchar (64) VARCHAR2 (64 CHAR) varchar(64) varchar (64) true Default password
ACLNT_SendMail varchar (200) VARCHAR2 (200 CHAR) varchar(200) varchar (200) true Key for setting the parameters Agent and Login used in SEND_MAIL script functions client-wide.
ACLNT_SystemFlag smallint NUMBER(38,0) smallint smallint true Client status: 0 = stopped, 1 = go, 2 = deleting
ACLNT_VersMgmnt smallint NUMBER(38,0) smallint smallint true Version Management enabled: 1 or 0
ACLNT_ObjectAudit smallint NUMBER(38,0) smallint smallint true The logging for the revision report: 1 and 0
ACLNT_SearchScript char (1) CHAR (1 CHAR) char(1) char (1) true The search for object use in script: "Y" (with regular expressions), "L" (without regular expressions) and "N" (No)
ACLNT_ObjCreateOX smallint NUMBER(38,0) smallint smallint true Client Setting OBJ_CREATE_OX
ACLNT_WaitQueue smallint NUMBER(38,0) smallint smallint true Logs information about the waiting condition of all the queue's tasks in the database: 1 or 0
ACLNT_VaraErrorRep smallint NUMBER(38,0) smallint smallint true Behavior if Variable objects cannot be found whose value should be used to replace placeholders in attributes at runtime: 1 or 0
ACLNT_Deployment smallint NUMBER(38,0) smallint smallint true Deployment Client: 1 or 0
ACLNT_ERTAdaptive smallint NUMBER(38,0) smallint smallint true Adaptive ERT calculation for the entire client: 1 or 0
ACLNT_KDCForced smallint NUMBER(38,0) smallint smallint true Forces authentication via Kerberos Distribution Center: 1 or 0
ACLNT_DeactFault smallint NUMBER(38,0) smallint smallint true Deactivation FAULT_OTHER setting: 1 = Remove jobs with status FAULT_OTHER from Activity Window, 0 = Keep tasks
ACLNT_XROReports smallint NUMBER(38,0) smallint smallint true External report analysis: 1 or 0
ACLNT_WFAccl varchar (32) VARCHAR2 (32 CHAR) varchar(32) varchar (32) true Stores the workflow acceleration method
ACLNT_RepoUrl varchar(max) CLOB clob(20480 k) COMPACT text true Remote repository URL for Version Control
ACLNT_RepoSshDir varchar(max) CLOB clob(20480 k) COMPACT text true Repository SSH dir for Version Control

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_ACLNT ACLNT_Number true true false false

Foreign Keys:

Name Local References Foreign References

Return to the Index File