Try OpenEdge Now
skip to main content
SQL Development
Troubleshooting on the server using the Pro Server log file : Troubleshooting establishing a connection to the database
 

Troubleshooting establishing a connection to the database

While establishing a connection to the database, if logging is enabled and is set to Level 4, users can find detailed logging information in the log file. The log file has the following information:
*Connection specific information
*User ID
*Databse name
*Connection IP
*Steps of connection authentication
For example:
hum:tstdb:127.0.0.1:user dsm context successfully created
hum:tstdb:127.0.0.1:dsmConnectContextCreate is successful
hum:tstdb:127.0.0.1:db validation is successful
hum:tstdb:127.0.0.1:connection configuration is successful
hum:tstdb:127.0.0.1:internationalization configuration is successful
hum:tstdb:127.0.0.1:starting user-security subsystem user authentication (hum@) ...
hum:tstdb:127.0.0.1:loading authentication domains
hum:tstdb:127.0.0.1:authenticating hum to domain using PAM
hum:tstdb:127.0.0.1:loading authentication domains
hum:tstdb:127.0.0.1:register PAM library authentication module ...
hum:tstdb:127.0.0.1:unlocking last record for table _sec-authentication-domain in load external registry entries
hum:tstdb:127.0.0.1:authenticated user hum to domain with roles
hum:tstdb:127.0.0.1:setting process user identity hum for domain
hum:tstdb:127.0.0.1:finished user-security subsystem user authentication with status 0
hum:tstdb:127.0.0.1:db RSS environment is created successfully