Microsoft KB Archive/193860

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 16:51, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


XFOR: How to Dump LDE Schedule Using SQL Server

Article ID: 193860

Article Last Modified on 10/28/2006



APPLIES TO

  • Microsoft Exchange Server 5.5 Standard Edition



This article was previously published under Q193860

SUMMARY

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

MORE INFORMATION

There are times when it is necessary to dump the current schedule of a LinkAge LDE environment to send to Microsoft. To do so, complete 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:

    setuser 'DXAdmin'

    And on the Query menu, 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, under the query window type:

    SELECT * FROM schedule

    And on the Query menu, click Execute. In the Results window, this will return the current schedule for LinkAge LDE. Save the results in an .rpt file called Schedule.rpt by selecting Save As on the File menu.


Keywords: kbhowto KB193860