Administration Guide > Configuration > Structure of the Configuration Files > Utility for BS2000

Utility for BS2000

Structure of the INI File x.xxx.UCXBB2?C.INI

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 processed. Entries for primary and secondary language.

Allowed values: "E", "D", "F"
Default: "E,D" (Primary English, secondary German)

If there is no log in the primary language, a log in the secondary language is searched for.

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.

CODETABLE=

The name of the CodeTable object that should be used by the CallAPI

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:
"0" (default) = Deactivate trace
"1" = Activate trace

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 logon 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:
Port number=DNS Name
Port number=TCP/IP Address

Example of an INI File

(GLOBAL)
SYSTEM=UC4
HELPLIB=$UC4.UCX.MSL
LANGUAGE=(E,D)
TIMEOUT=60
;QUEUE=
trace=1


(USER)
CLIENT=
USER=
DEPT=
PASS=


(CP_LIST)
2217=uc4srv01
; 2218=uc4srv02

 

See also: