SQL parameters: sqllogin

Startup parameters change the behavior of the HPE 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 HPE 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 HPE Service Manager server, however this feature requires the HPE Service Manager server and the RDBMS server to use the same operating system. If the HPE 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