Notifications
Announcements
No record found.
We receive the following error message. It doesn't happen often but it is concerning. Does anyone know what this means or how to fix it?
*This post is locked for comments
Microsoft SQL Server Native Client 11.0 Connection is busy with results for another command
Debugging info: Select *From WrkRelease Where UserAddress = PESLTSRDP – Tcp#7’ AND Module = ‘AR’
Curso(CSR_WrkRelease) Select * From WrkRelease Where UserAddresss= ‘PES
Optional info: SqlState = HY000 NativeError = 0 ErrorMsg = [Microsoft][SQL
Server Native Client 11.0]Connection is busy with results for another command
pcbErrorMsg = 93
ODBCRowNumber = -1 Column = -1 SSrvrLine = 0 SSrvrMsgState = 0
SSvrSeverity = 0 SSrvrProcname = SSrvrSrvname=
Apart from "Set NoCount ON" statement you could execute the below scripts in application to alter the Batch_Mod_Rlsed procedure
ALTER Proc [dbo].[Batch_Mod_Rlsed] @parm1 varchar ( 10), @parm2 varchar ( 2) as
Select * from Batch with (nolock)
where BatNbr = @parm1
and Module = @parm2
and Rlsed = 1
Hope it helps
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.