Database is unable to spawn SQL server processes ( _SQLSRV2 )
JDBC / ODBC connections fail.
Database log file shows entries similar to the following:
SQLSRV2 21: (-----) SQL Server 10.2B.05 started, configuration: "sports2000.defaultconfiguration"
SQLSRV2 21: (-----) Failure during dsmUserSecureConnect (-1)
SQLSRV2 21: (-----) "defaultServerGroup" started on IPv4 port 3020 for address 0.0.0.0, pid 8836 (0x00002284).
SQLSRV2 21: (-----) Thread stack size: 1024000 (bytes).
SQLSRV2 21: (-----) DLC from ENVIRONMENT VARIABLE is: C:\dlc102b
SQLSRV2 21: (-----) WRKDIR from REGISTRY is: C:\dlc102_wrk
SQLSRV2 21: (-----) JDKHOME from REGISTRY is: C:\dlc102b\jdk
SQLSRV2 21: (-----) JREHOME from REGISTRY is: C:\dlc102b\jre
SQLSRV2 21: (-----) CLASSPATH from DEFAULT is:
SQLSRV2 21: (-----) PROSQL_LOCKWAIT_TIMEOUT value is: 5 seconds
SQLSRV2 21: (-----) Failure during dsmShutdownUser (-1). Proceeding.
...
BROKER 0: (8842) Could not spawn a SQL server.
In some situations the attempted ODBC / JDBC connection might cause the connection to hang and show no error in the client session.
The _sqlsrv2 may hang attempting to allocate the addition shared memory and only show the error message:
Failure during dsmShutdownUser (-1). Proceeding.
or
Failure during dsmUserSecureConnect (-1)