This error is returned when a
VB 6.0 application using ODBC (MDAC 2.8) attempts to open a DB2 (version 8.1) ADO recordset with a somewhat complex SQL. Less complex SQL in the rest of the app runs fine. The error text indicates that the user initiated a cancel but it appears that the actual error is being masked by ODBC.
This appears to be contention related since the error occurs about 80% of the time and not at all during hours that the system is less busy. The SQL runs without error when submitted in either SPUFI or QMF.
The error started occuring in a test environment when it was upgraded to DB2 v8.1.
I would like to a) determine what the actual error is and b) stop it from occuring.
Thanks,
Joe