Report Desk is based on the PSQL relational engine. It sends a SQL statement to PSQL engine to retrieve data. Sometimes, you don't get the result back that you expected, so what next?
For example, when you run the following Report Desk report, I/M -> Processing -> Inventory Transfer Processing -> List -> UDR Transfer Trx History Summary, you use the following parameters:
You expect there should be data in the date range above. But you get the following message "No qualifying records; report canceled" when you run it:
To debug this further, one method is to create registry keys to produce debugging data and send to Netcellent support for further analysis. To do so, choose to run "regedit" to bring up the registry editor. Navigate to Computer\HKEY_CURRENT_USER\Software\NETcellent\Elliott\8.0\Report Desk\Debug and right click and choose "Add" -> "String Value" entries as shown below:
- DebugLogLevel: Details
- LogSQL: Yes
- SerializePassingXML: Yes
- SerializeReportDef: Yes
- SerializeUDRSpec: Yes
- SerializeUDTSpec: Yes
Note these key pair values are "case sensitive" so you must enter the exact case for it to work.
Now you can run the same Report Desk report again to re-create the error. Once you have done that, bring up Windows Explorer, and enter "%temp%" in the navigate box:
That will redirect the system to bring up your local temporary path similar to the following:
Click on the "Date modified" column to let it sort by reverse sequence. Highlight and copy the debug files just created. Email Netcellent support for further analysis.
Please also see the following related KB article:
EMK