MOD2000: modSyncUserList Stored Procedure Is Actually Named modSyncUserListNow (238770)



The information in this article applies to:

  • Microsoft Office 2000 Developer
  • Microsoft Access 2000

This article was previously published under Q238770
Moderate: Requires basic macro, coding, and interoperability skills.

This article applies only to a Microsoft Access project (.adp).

SYMPTOMS

In the Microsoft Access Workflow Designer Developer's Guide Help system, modSyncUserList is described as a stored procedure that loads user directory information from the Microsoft Windows NT directory and from the Microsoft Exchange Server, if available.

The modSyncUserList stored procedure is referenced in the following topics:
  • modSyncUserList (in the "Stored Procedures Reference" section)
  • Stored Procedures (in the "References" section)
However, a stored procedure by this name does not exist in the modSystem database.

RESOLUTION

The proper stored procedure name is modSyncUserListNow.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

To see the proper stored procedure, follow these steps:
  1. Open the Microsoft SQL Server Enterprise Manager.
  2. Select the modSystem database.
  3. Click Stored Procedures.
  4. Scroll through the list. Note that modSyncUserList is not in the list, but that modSyncUserListNow is in the list.

Modification Type:MajorLast Reviewed:6/28/2004
Keywords:kbbug kbdocerr kbpending kbWorkFlowDesigner KB238770