SignonInfoDBTableName

Top  Previous  Next

×V3.1Ø

S

A

W

WS

ü

Valid for: SetStartup

 

Syntax -

SetStartup SignonInfoDBTableName {<Table Name>}

       Where:

               <Table Name> is a literal string containing the name of the database table where signon information is stored.

 

Description:

The database table defined by <Table Name> contains a list of mainframe signons, passwords, and optionally terminal id's along with a field that keeps track of which signons are in use at the moment.  This table can be used to create a pool of signons that can be shared between scripts.  In order to use this feature, the SignOnInfoDBConnectionString must be configured.  More information can optionally be logged to the table specified by the SignOnInfoDBLogTableName.

 

Note: The Access databases and a SQL Server database script are available for download at www.databoundhealthcare.com under Support Downloads in the Downloads menu.

 

Note: For more information on pooled signons, see the section on the SignOnInfoDBConnectionString.

 

Sample:

       The following statements instruct EMUE to use signon information for an Access database.

SetStartup SignOn ""

SetStartup Password ""

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

SetStartup SignonInfoDBTableName "SignOnInfo"

SetStartup SignOnInfoDBLogTableName "LogInfo"

 

See Also:

Using Pooled Signons

SignOnInfoDBConnectionString

SignonInfoDBLogTableName