Article ID: 193859 - Last Review: October 28, 2006 - Revision: 1.3

XFOR: How to Dump LDE WorkQueue Using SQL

This article was previously published under Q193859

SUMMARY

This article explains how to use SQL Server's query tool to dump the current WorkQueue for version 3.2 of LinkAge Directory Exchange (LDE) to a file to send to Microsoft.

MORE INFORMATION

There are times when it is necessary to dump the current WorkQueue of a LinkAge LDE environment to a file to send Microsoft. To do this, perform the following steps:

  1. Open the SQL Server query tool ISQL/w. Verify that LSDXMMD is the selected database.
  2. Using ISQL/w, under the query window, type the following:
    setuser 'DXAdmin'
    Carry out the command by clicking Query from the menu bar, and then click Execute. This will set the user to DXAdmin. If this does not complete successfully, the next step will not function properly.
  3. Using ISQL/w, in the query window, type the following:
    SELECT * FROM WorkQueue
    Carry out the command by clicking Query from the menu bar, and then click Execute. In the Results window, this will return the current WorkQueue for LinkAge LDE. Save the results in a .rpt file called WorkQueue.rpt by clicking Save As from the File menu.

Keywords: 
kbhowto KB193859
Retired KB ArticleRetired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.

Note: This article is from Microsoft Knowledage Base


How we have helped PC users like you

In the News: Read More In ...

Related problems posted by other users

more...