SoarianLogonDBTableName |
Top Previous Next |
×V4.4Ø
Valid for: SetStartup
Syntax - SetStartup SoarianLogonDBTableName {<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 SoarianLogonDBConnectionString must be configured. More information can optionally be logged to the table specified by the SoarianLogonDBLogTableName.
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 SoarianLogonDBConnectionString.
Sample: The following statements instruct EMUE to use signon information for an Access database. SetStartup SoarianLogonDBConnectionString "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\emue\Test\SignonDB\SignOnInfo.accdb;Persist Security Info=True;" SetStartup SoarianLogonDBTableName "SignOnInfo" SetStartup SoarianLogonDBLogTableName "LogInfo"
See Also: SoarianLogonDBConnectionString
|