SYS_ACT_USERID

ScriptEigener Objekttyp in der Automation Engine Function: Supplies the User ID under which the job will run

Syntax

SYS_ACT_USERID()

Return code

User name from the LoginAnmeldedaten für Zielsysteme. Auch ein eigener Objekttyp in der Automation Engine. object

Comments

This script function can only be used in jobs. This script function retrieves the User ID under which a job will be executed. It is read from the login information of  the Login object specified in the "Attributes" tab of this job.

This script function supplies the same result as GET_ATT with the attribute USERID.

Example

The following example prints the User ID and the entire login information in the activation report.

:SET &URET# = SYS_ACT_USERID()
:
SET &LRET# = GET_ATT(LOGIN_INFO)
:
PRINT "User ID: &URET#", "Full login information: &LRET#"

See also:

Script Elements - Activation Data

About Scripts
Script Elements - Alphabetical Listing

Script Elements - Ordered by function