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

Utility for Java

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

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

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

Example INI File

[GLOBAL]
system=UC4
language=(E,D)
timeout=60


[USER]
client=3
user=smith
dept=uc4
pass=


[CP_LIST]
2217=uc4srv01

 

See also: