SQL parameters: sqllockretry

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

sqllockretry

Description

This parameter defines the maximum number of retries the Service Manager server makes attempting to lock a system resource. If a particular request exceeds the retry limit defined by this parameter, then the Service Manager server writes a message to the Service Manager log file documenting the name of the user making the request, the number of lock attempts made by the request, and the actual SQL query.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

No

Default value

5

Possible values

Number of retries

Example usage

Command line: sm -httpPort:13080 -sqldb:dbserver -sqllockretry:7

Initialization file: sqllockretry:7

Related topics

System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

Database parameters