DB2 - Problembeschreibung
Problem IT06067 | Status: Geschlossen |
FEDERATION: IMPORT ON NICKNAME FAILS WITH SQL27999N REASON CODE = "14". | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / A10 - DB2 | |
Problembeschreibung: | |
An import on a Nickname will fail with SQL27999N - Reason code 14 If the server name is created as a string with double quota. This problem exists for any Federated Server wrappers. Example create server "s1" type mssqlserver version 2008 wrapper MSSQLODBC3 options(node 'mssql2008csdl2', dbname 'mssql2008db2') DB20000I The SQL command completed successfully. create user mapping for user server "s1" options(remote_authid 'j15user1', remote_password 'XXX') DB20000I The SQL command completed successfully. create nickname n1 for "s1".j15user1.t11 DB20000I The SQL command completed successfully. Import from 1.ixf OF ixf ALLOW WRITE ACCESS COMMITCOUNT 10000 MESSAGES 1.import.msg INSERT into n1 Number of rows read = 0 Number of rows skipped = 0 Number of rows inserted = 0 Number of rows updated = 0 Number of rows rejected = 0 Number of rows committed = 0 The error message in 1.import.msg SQL27999N The requested IMPORT operation into a remote target (nickname) cannot be performed. Reason code = "14". | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 Version 10.1 and Fix Pack 5 * **************************************************************** | |
Local-Fix: | |
Create the server without "" - create server s1 , which will effectively store the Servername in capitals in the Catalog. | |
Lösung | |
Problem was first fixed in DB2 Version 10.1 and Fix Pack 5 | |
Workaround | |
keiner bekannt / siehe Local-Fix | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 12.12.2014 13.07.2015 13.07.2015 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
Problem behoben lt. FixList in der Version | |
10.1.0.5 |