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

Utility for VSE

Structure of the INI File UCXBVSE.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 theAutomation 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

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 login data is specified at service-program call

user=

Login specifications: The name of the user.

dept=

Login specifications: The departmentDepartment name to which the Automation Engine user belongs. 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=DD:PRD2.UC4(UCX.MSL)
language=(E,D)
timeout=60
trace=1


(USER)
client=
user=
dept=
pass=


(CP_LIST)
2217=uc4srv01
; 2218=uc4srv02

 

See also: