suche 36x36
Latest versionsfixlist
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

DB2 - Problem description

Problem IT25991 Status: Closed

The Import utility may fail with error -16129 on partitioned database.

product:
DB2 FOR LUW / DB2FORLUW / B10 - DB2
Problem description:
The Import utility may fail with error -16129 on partitioned
database after processing around 65K rows.
This may happen if XML or any other long data is imported and
only if the import
utility is enabled to use buffered inserts.

The import utility can be enabled to use buffered insert by
executing following statement:
db2 bind db2uimpm.bnd insert buf

The cause of the failure is that we store long host variable
arguments in 16bit indexed list associated with the section for
INSERT statement that import runs.
With buffered inserts feature enabled the section is not closed
after each INSERT execution and the list grows until Db2 wraps
the
index (after around 65K rows) resulting in this issue.
Problem Summary:
****************************************************************
* USERS AFFECTED:                                              *
* All users                                                    *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* Upgrade to Db2 11.1.1fp4                                     *
****************************************************************
Local Fix:
- Use IMPORT command with COMMITCOUNT lower that 65K
- Rebind db2uimpm.bnd with INSERT DEF (to turn off the
buffering)

Following statement can be used to  to check if a database is
likely to be affected by this issue:
SELECT insert_buf FROM syscat.packages WHERE pkgname =
'SQLUFO15'
Solution
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
16.08.2018
23.02.2020
23.02.2020
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)