How to Debug the Data Warehouse
Some of you might wonder, how do I debug the Data Warehouse Import Tasks? There are two options:
- Perform a Sql Trace against the Data Warehouse database.
- Run the Data Warehouse debug server. The debug server is a utility which allows you to see trace output from the OLE DB provider for Commerce Server.
- To run the debug server, open the command prompt window and navigate to "C:\Program Files\Common Files\Microsoft Shared\Enterprise Servers\Commerce Server\" and execute: "CSDWDbgSrv.exe -f traceoutput". This will create a text file name with "traceoutput" as a prefix and a time stamp as the suffix.
Hope this helps!
-Alan