Select the product you need help with
FIX: UndoCleanQueuesPatch.sql Fails with Errors When You Uninstall the CleanQueues Stored Procedure PatchArticle ID: 303548 - View products that this article applies to. This article was previously published under Q303548 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'. RESOLUTIONTo 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
(http://support.microsoft.com/kb/299664/EN-US/
)
INFO: How to Obtain the Latest BizTalk Server 2000 Service Pack
STATUSMicrosoft 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. 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
PropertiesArticle ID: 303548 - Last Review: November 5, 2003 - Revision: 3.1
|


Back to the top








