Debugging Data Inconsistencies

In this article

TS Request Debugging

DD job debugging

See also

If you are experiencing inconsistencies in the data, like missing fields, wrong data, or something like that, you can look at the data DD is sending, or what TS is sending to DD.

TS Request Debugging

  1. Open Debug for Database:

  2. Check Detail Level 1 and 2, and click the Connect button:

  3. When TS sends in a request to DD, you will see data like this in the debug window:

  4. To get the Query data for the TS Request, find the XML Query line, select it, and copy it. Using Ctrl+C paste the data into a text editor, for examlple Notepad:

  5. Remove the text with time and prefix before <LSRetail>, so the first thing you will see in the text is <LSRetail>. Save the file with XML ending.

DD job debugging

  1. Load the running Config from DD Service. Click the Get Config button.
  2. Go to the Debugging tab, and select Keep Data Files to let DD store all the data files for the jobs after processing. Send the Config back to DD by clicking the Send Config button.

  3. After DD has processed the job, you can open the Job Monitor and look at the data files.

In the upper grid, you see the Query Data for the job; this is what DD is supposed to pull from the source database.

In the lower grid, you will see the Result Data file with the data that should be inserted into the destination database.

See also

How-To-Read-XML-Data