PRB: BizTalk Document Tracking Web Page Does Not Access New Database (306464)



The information in this article applies to:

  • Microsoft BizTalk Server 2000

This article was previously published under Q306464

SYMPTOMS

When you use the BizTalk Server Administrator to change the Tracking Database Connection properties to point to another tracking database, the BizTalk Document Tracking Web page still accesses the original tracking database.

CAUSE

When the BizTalk Document Tracking Web page is invoked, the tracking information is pulled from the Connection.vb file, which is located in the Program Files\Microsoft BizTalk Server\BizTalkTracking\VBScripts folder.

The Connection.vb file is created during the BizTalk Server installation and contains the connection information for the tracking database that is specified during installation. When you change the tracking database through the BizTalk Administrator, the Connection.vb file is not updated.

RESOLUTION

Locate the following parameters contained in the Connection.vb file:

Initial Catalog=InterchangeDTA;Data Source=SQLSERVER

Modify these parameters to point to the new tracking database.

STATUS

Microsoft has confirmed that this is a problem in BizTalk Server 2000.

Modification Type:MajorLast Reviewed:10/22/2003
Keywords:kbprb KB306464