BUG: 3600 Errors Written to ERRORLOG With INSERT..EXEC of xproc

ID: Q226125


The information in this article applies to:

BUG #: 18663 (SQLBUG_65)

SYMPTOMS

Some errors encountered when executing an INSERT..EXEC of an extended stored procedure can lead to one of the following errors incorrectly written to the ERRORLOG with no message text:

Error: 3601, Severity: 25, State: 1
Error: 3602, Severity: 25, State: 0
Error: 3603, Severity: 25, State: 0


STATUS

Microsoft has confirmed this to be a problem in SQL Server version 6.5.


MORE INFORMATION

These errors have no message text associated with them. These errors are not intended to be written to the ERRORLOG or returned to the user. They are considered "control" errors within the server. The errors are used to direct the flow of control for certain types of error conditions such as a deadlock.

Additional query words:


Keywords          : kbbug6.50 kbSQLServ650bug 
Version           : winnt:6.5
Platform          : winnt 
Issue type        : kbbug 

Last Reviewed: May 4, 1999