Microsoft KB Archive/322139

From BetaArchive Wiki
Knowledge Base


PRB: You Receive the "Object Does Not Support This Property or Method" Error When You Are Using the BizTalk Document Tracking Interface

Article ID: 322139

Article Last Modified on 5/17/2007



APPLIES TO

  • Microsoft BizTalk Server 2000 Standard Edition
  • Microsoft BizTalk Server 2002 Standard Edition



This article was previously published under Q322139

SYMPTOMS

When you use the BizTalk Document Tracking interface, you may receive the following error message:

VB Script:
Object does not support this property or method.

CAUSE

The BizTalk Document Tracking interface uses the Microsoft Data Access Components (MDAC) 2.6 Remote Data Service (RDS) control on the client to display the tracking data. If the client that is accessing the BizTalk Document Tracking interface has an earlier version of the MDAC RDS control registered, this error message is generated when the native data for a document is displayed.

RESOLUTION

To resolve this behavior, make sure that the version of the Msadco.dll file in the \Program Files\Common Files\System\Msadc folder is version 2.62.7926.0 or later, and that it is correctly registered.

If the version of Msadco.dll on your computer is 2.62.7926.0 or later, re-register Msadco.dll:

NOTE: To use the following resolution, you need to have Regsvr32.exe installed on your computer. For additional information about how to obtain Regsvr32.exe, click the article number below to view the article in the Microsoft Knowledge Base:

267279 ACC2000: Regsvr32.exe Available in Download Center


  • To re-register Msadco.dll, click Run on the Start menu, and then type the following command

    regsvr32 [/u] [/s] file name

    where:

    • /u unregisters the file based on the file name argument.
    • /s registers the file in silent mode, which suppresses all messages.
    • file name is the complete path and file name that you want to unregister or register.

    For example:

    regsvr32 "c:\program files\common files\system\msadc\msadco.dll"

  • If the version of Msadco.dll on your computer is not 2.62.7926.0 or later, download and install MDAC 2.6 or later. To do so, visit the following Microsoft Web site:
  • After you install MDAC 2.6 or later, re-register Msadco.dll in the \Program Files\Common Files\System\Msadc\ folder to make sure that the correct version of Msadco.dll is registered on your computer.


STATUS

This behavior is by design.

Keywords: kbpending kbprb KB322139