| Section/Parameter | Description | 
|---|---|
| [GLOBAL] | |
| 
                     system=  | 
                
                     The name of the AE system. This entry must be identical to the entry in the INI file of the Automation Engine.  | 
            
| 
                     helplib=  | 
                
                     The name of the message file.  | 
            
| language= | 
                     The language in which the logging is executed. Entries for primary and secondary language. Allowed values: "E", "D", 
 "F" If there is no log in the primary language, a log in the secondary language is searched for.  | 
            
| 
                     logging=  | 
                
                     The path and file name of the log file. The characters xxx in the file name are place holders. They stand for the three-digit abbreviation of the respective UNIX version. See: Terminology. The number signs serve as place holders for a series in numerical order. When starting the agent, the log files are renamed so that the most current log file is always the one with the number "00".  | 
            
| 
                     logcount=  | 
                
                     The number of stored log files.  | 
            
| 
                     timeout=  | 
                
                     The time in seconds during which the CallAPI waits for a response from AE. If this is exceeded, the CallAPI ends with a timeout error. Default value: 60 With the parameter timeout=0 being used, the CallAPI waits (without time limit) until the Automation Engine acknowledges.  | 
            
| queue= | 
                     The specification of a particular Queue object in which the CallAPI should be executed. This parameter overrides the setting API_QUEUEin the variable UC_CLIENT_SETTINGS.  | 
            
| trace | 
                     Trace designation. Allowed values:
 If the trace parameter is set to 1, additional information is written to STDOUT  | 
            
| 
                     [USER]  | 
                
                     
  | 
            
| 
                     client=  | 
                
                     Login specifications: Client. Login data from this section is used when no login data is specified at service-program call  | 
            
| 
                     user=  | 
                
                     Login specifications: Name of the user.  | 
            
| 
                     dept=  | 
                
                     Login specifications: Department of the user.  | 
            
| 
                     pass=  | 
                
                     Login specifications: Password (optional).  | 
            
| 
                     [CP_LIST]  | 
                
                     The address of the communication processes in the AE system. Allowed formats:  | 
            
[GLOBAL]
system=UC4
helplib=ucx.msl
language=E,D
logging = ../temp/UCXCxxx.l##
logcount = 10
timeout=60
;queue=
trace=1
[USER]
client= 
user= 
dept=
pass=
[CP_LIST] 
2217=uc4srv01
; 2218=uc4srv02
See also:
Notes for Configuration-File Adjustments