I am running CR ver 9.0.2 on Win2k accessing SQL 2K through an ODBC connection.
I have been struggling with this error ever since I upgraded to CR 9.0. At first it was intermittant and just this week became a full blown meltdown. This was only occurring on reports that used SP calls to retrieve data. The difficult part was not all SPs had this problem. This week when it became a large problem I noticed it was only SPs that that deleted from than inserted into actual tables. I have been working on converting all the SPs to using temporary tables and this appears to be a workable solution. It has hit me with a performance penalty on some of the larger reports but at leas they work.
If you are getting this error and unable to track it try converting SPs to using temp tables.
I have been struggling with this error ever since I upgraded to CR 9.0. At first it was intermittant and just this week became a full blown meltdown. This was only occurring on reports that used SP calls to retrieve data. The difficult part was not all SPs had this problem. This week when it became a large problem I noticed it was only SPs that that deleted from than inserted into actual tables. I have been working on converting all the SPs to using temporary tables and this appears to be a workable solution. It has hit me with a performance penalty on some of the larger reports but at leas they work.
If you are getting this error and unable to track it try converting SPs to using temp tables.