Article ID: 187857 - Last Review: July 19, 2006 - Revision: 5.0 FIX: RPC Returns Error 7222 When Re-executed After Canceled RPCThis article was previously published under Q187857
BUG #: 17981 (SQLBUG_65)
SYMPTOMS
After canceling a remote procedure call (RPC), re-execution of the same RPC
from the same connection returns the following message:
Error 7222 "Received bad token 0x%x from site '%.*s'"
CAUSE
Canceling an RPC on a primary site does not cancel the connection on the
remote site.
WORKAROUND
To work around this problem, do either of the following:
STATUS
Microsoft has confirmed this to be a problem in SQL Server 6.5. This problem has been corrected in Service Pack 5a for Microsoft SQL Server 6.5.For more information, click the following article number to view the article in the Microsoft Knowledge Base: 197177
(http://support.microsoft.com/kb/197177/
)
INF: How to Obtain SQL Server 6.5 Service Pack 5a For more information, contact your primary support provider.
MORE INFORMATION
After canceling the RPC, sp_who on the remote site shows an associated
unkillable spid. Clearing the connection on the primary site will also
clear the spid on the remote site.
Configuration values 'remote conn timeout' and 'remote query timeout' have no effect. | Article Translations
|

Back to the top
