SQL parameters: sqllogin

Startup parameters change the behavior of the Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

sqllogin

Description

This parameter defines the user name and password that Service Manager uses to authenticate connections to the RDBMS. You must use a slash character to separate the user name and password. If you omit this parameter, then the server attempts to authenticate the connection using the user name and password of the user who started the Service Manager server, however this feature requires the Service Manager server and the RDBMS server to use the same operating system. If the Service Manager server and the RDBMS server use different operating systems, then you must specify a sqllogin value.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

None

Possible values

User name/password

Example usage

Command line: sm -httpPort:13080 -sqldb:dbserver -sqllogin:dbadmin/password

Initialization file: sqllogin:dbadmin/password

Related topics

System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

Database parameters