DB2 - Problem description
| Problem IT06637 | Status: Closed |
SQL0911N when statement contains an embedded SELECT despite CLI/ODBC "CONCURRENTACCESSRESOLUTION" KEYWORD | |
| product: | |
DB2 FOR LUW / DB2FORLUW / A10 - DB2 | |
| Problem description: | |
With database configuration CUR_COMMIT set to AVAILABLE
and IBM Data Server Provider for .NET (DB2 .NET provider)
connection string with keyword ConcurrentAccessResolution set to
Currentlycommitted
or DB2 Call Level Interface (DB2 CLI) driver with configuration
keyword ConcurrentAccessResolution set to "1" ("currently
committed")
an application will abnormally terminate with the following
query if there is an uncommitted update on table yyy:
INSERT INTO xxx (SELECT , , FROM yyy)
The error message is:
SQL0911N The current transaction has been rolled back because
of a deadlock or timeout. Reason code "68".
This APAR will address this behavior and allow the driver to
send the attribute when there are embedded Selects. | |
| Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 Version 10.1 Fix Pack 5. * **************************************************************** | |
| Local Fix: | |
| Solution | |
First fixed in Version 10.1 Fix Pack 5. | |
| Workaround | |
not known / see Local fix | |
| Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 21.01.2015 06.08.2015 06.08.2015 |
| Problem solved at the following versions (IBM BugInfos) | |
| Problem solved according to the fixlist(s) of the following version(s) | |
| 10.1.0.5 |
|