This setting logs SQL calls. You can use it to identify long running queries and determine the parameters used when making calls to the Cobra Web Services.
To turn on SQL Logging:
Confirm that all users are logged out of PM Compass.
Log into the PM Compass Web Server as Administrator.
Browse to the C:\Program Files\Deltek\PMCompass\Web folder and make a copy of the web.config file as a precaution.
Use Notepad to open the web.config file.
Locate the <appSettings> section, and add or edit the following line:
<appSettings>
<add key"SQLLogging" value="Y">
</appsettings>
Save the web.config file.
Launch PM Compass and try to replicate the issue.
Log out of PM Compass.
To turn off SQL Logging:
Confirm that all users are logged out of PM Compass.
Log into the PM Compass Web Server as Administrator.
Browse to the C:\Program Files\Deltek\PMCompass\Web folder and make a copy of the web.config file as a precaution.
Use Notepad to open the web.config file.
Locate the <appSettings> section, and add or edit the following line:
<appSettings>
<add key"SQLLogging" value="N">
</appsettings>
With logging, you can perform the functions or actions for which you want to capture logging information. When finished, use the following procedure to send the log file to Deltek Support.
To send the log to Deltek Support:
On the PM Compass Web Server, browse to C:\Program Files\Deltek\PMCompass\Web.
Locate and copy the Methodcall(datestamp).log file.
Email the file to support or attach it to your support case.
In addition, turn off the logging to ensure that the PM Compass performance is not negatively affected.
The log file contains one line for each action taken in the application, including success/fail indicators, date, time, method call, username, machine name, and database name.
The Deltek team can review the log to determine if there are any issues.