Script Function: Supplies the language in which the Server generates the log files.
SYS_USER_LANGUAGE()
Return codes |
---|
"D" - German |
You can determine the language in which the Server log files should be generated in the INI file ucsrv.ini by using the parameter language=. This scriptA particular Automation Engine object type. functionPre-defined run book template in the Automation Engine. One single step only, e.g. Start Windows Service, Copy file,… retrieves the language character that has been specified.
The following example retrieves the language character using this script function and writes it to the activation reportA report provides more detailed information about a task's execution or a component..
:SET &LOGLANG# = SYS_USER_LANGUAGE()
:PRINT "Server language is &LOGLANG#."
See also:
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by function
Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support |
Copyright © 2016 Automic Software GmbH |