When releasing an AP batch, I get the following error: SQL Server Message 93
[Microsoft][SQL Server Native Client 11.0] Connection is busy with results for another command
Debugging info: Batch_Mod_Rlsed '305806','AP'
Cursor(C_Batch) Batch_Mod_Rlsed '305806, 'AP'
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
SSrvrSeverity = 0 SSrvrProcname = SSvrSrvname =
Once checks print out and after processing, I get the following error 'SQL Server Message 67'
[Microsoft][SQL Server Native Client 11.0] Invalid transaction state
Debugging info: DeleteDbConnections - SQLFreeHandle Failed
Optional info: SqlState = 25000 Native Error = 0 ErrorMsg = [Microsoft][SQL Server Native Client 11.0] Invalid transaction state pcbErrorMsg = 67
Anyone know what's causing these errors?
megland