DeviceName

Top  Previous  Next

S

A

W

WS

ü

ü

Valid for: SetStartup

 

Syntax -

       SetStartup DeviceName <DeviceName STRING>

               Where:

                       <DeviceName STRING> is literal string.

 

Description:

This option defines the Logical Unit name that is used by EMUE to connect to the mainframe using a TN3270 connection or to an AS400 system using a TN5250 connection.  This option values the Device Name textbox on the TN3270/TN5250 tab of the EMUE Tools - Current Settings - Connection Settings window.

 

Note: If this option is not valued by entering the information in the Device Name textbox on the TN3270 tab of the EMUE Tools - Connection window or by using this command in the script, EMUE attempts to get the LU from the TN3270 gateway server.

 

Note:  If LUs are being pooled, "UsePooledTerminalIDs" should be used in place of a specific LU name.  See Using Pooled Signons for the remaining configurations needed to pool LUs.

 

Sample:

       The following statement provides an LU to be used for the connection to the mainframe.

SetStartup DeviceName "HD105A62"

 

Sample 2:

       The following statements configure EMUE to use a pool of LUs that are stored in a database.

SetStartup DeviceName "UsePool"

SetStartup SignonInfoDBConnectionString "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\emue\Test\SignonDB\SignOnInfo.accdb;Persist Security Info=True;"

SetStartup SignonInfoDBTableName "TerminalIDInfo"

SetStartup SignOnInfoDBLogTableName "LogInfo"

 

See Also:

Using Pooled Signons

SignOn

Password

SignOnInfoDBConnectionString

SignOnInfoDBTableName