suche 36x36
Neueste VersionenFixList
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
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IT25991 Status: Geschlossen

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

Produkt:
DB2 FOR LUW / DB2FORLUW / B10 - DB2
Problembeschreibung:
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-Zusammenfassung:
****************************************************************
* 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'
Lösung
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
16.08.2018
23.02.2020
23.02.2020
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version