Password

Top  Previous  Next

S

A

W

WS

ü

ü

Valid for: SetStartup

 

Syntax -

SetStartup Password <UserPassword>

       Where:

               <UserPassword> is literal string.

 

Description:

       This option defines the password to be used during the login to the mainframe application.

 

Password Encryption:

The password can be encrypted by choosing Encrypt Password In File from the tools menu.  The encrypted password will be placed between <encrypted> tags to distinguish between the plaintext password and the encrypted password.  Once, the password has been encrypted, if the text is changed, the script will fail.

 

Note: This option can be valued by entering the information into the Password textbox on the Main tab on the EMUE Main Window Screen.

Note:  If the password has the at sign (@) in it, the at sign must be escaped with another at sign in order to be processed properly.  That is.  If the password is emue@1, then the password in the script should be emue@@1.

 

Sample 1:

       The following statement instructs EMUE to login with a password of "RT422A"

SetStartup Password "RT422A"

 

Sample 2:

       The following statement shows an example of a password that has already been encrypted.

SetStartup Password "<encrypted>gyN8RXgyeRU=</encrypted>"

 

See Also:

SignOn

PasswordPosition