Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FIX: UndoCleanQueuesPatch.sql Fails with Errors When You Uninstall the CleanQueues Stored Procedure Patch


View products that this article applies to.

This article was previously published under Q303548

↑ Back to the top


Symptoms

When you run UndoCleanQueuesPatch.sql in Microsoft SQL Server Query Analyzer to uninstall the CleanQueues stored procedure patch, the following errors may occur:
Server: Msg 111, Level 15, State 1, Line 5
'CREATE PROCEDURE' must be the first statement in a query batch.
Server: Msg 137, Level 15, State 1, Line 20
Must declare the variable '@nvcServerProcessing'.
Server: Msg 137, Level 15, State 1, Line 26
Must declare the variable '@snReason'.
Server: Msg 137, Level 15, State 1, Line 34
Must declare the variable '@nvcServerProcessing'.
Server: Msg 137, Level 15, State 1, Line 40
Must declare the variable '@snReason'.
Server: Msg 137, Level 15, State 1, Line 48
Must declare the variable '@nvcServerProcessing'.
Server: Msg 137, Level 15, State 1, Line 54
Must declare the variable '@snReason'.
					

↑ Back to the top


Resolution

To resolve this problem, obtain the latest service pack for Microsoft BizTalk Server 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
299664 INFO: How to Obtain the Latest BizTalk Server 2000 Service Pack

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in BizTalk Server 2000 SP1. This problem was first corrected in Microsoft BizTalk Server 2000 Service Pack 1a.

↑ Back to the top


More information

To work around this problem, in the UndoCleanQueuesPatch.sql file, enter a GO batch separator between "if exists ..." and "CREATE PROCEDURE�"

Steps to Reproduce This Behavior

1.Install BizTalk Server 2000 Service Pack 1 (SP1).
2.Start the SQL Query Analyzer.
3.Open UndoCleanQueuesPatch.sql in Query Analyzer. UndoCleanQueuesPatch.sql is located in the Program Files\Microsoft BizTalk Server\Setup folder.
4.Run the statements.

↑ Back to the top


Keywords: KB303548, kbbiztalk2000sp1afix, kbfix, kbbug

↑ Back to the top

Article Info
Article ID : 303548
Revision : 3
Created on : 11/5/2003
Published on : 11/5/2003
Exists online : False
Views : 298