DB2 - Problembeschreibung
| Problem IC74255 | Status: Geschlossen |
CANCELLING THE ADMIN_MOVE_TABLE WITH A USER OTHER THAN THE USER THAT STARTED IT WILL GIVE WRONG ERROR SQL2104N. | |
| Produkt: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
| Problembeschreibung: | |
If you try to cancel the ADMIN_MOVE_TABLE_UTIL procedure with a
user that got an authorization ID that is different from the
user that started the procedure you will incorrectly get error:
SQL2104N The ADMIN_MOVE_TABLE procedure could not be completed
at this
time by this user. Reason code: "9". SQLSTATE=5UA0M
Reason Code 9
An online move table operation is in progress; a parallel online
table move operation on the same table is not allowed.
The correct error would be this:
SQL0551N "<authorization-ID>" does not have the required
authorization
or privilege to perform operation "<operation>" on object
"<object-name>".
10. If this message was returned when the user with
authorization ID
"<authorization-ID>" called the ADMIN_MOVE_TABLE procedure,
it is
because that user does not have the same authorization ID as
the user
who initiated the online move table operation.
User response:
10. Call the procedure again, with the same authorization ID as
the user
who initiated the online move table operation. | |
| Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * Users that try to stop the procedure that didn't start it. * **************************************************************** * PROBLEM DESCRIPTION: * * If you try to cancel the ADMIN_MOVE_TABLE_UTIL procedure * * with a * * user that got an authorization ID that is different from the * * * * user that started the procedure you will incorrectly get * * error * * * * * * SQL2104N The ADMIN_MOVE_TABLE procedure could not be * * completed * * at this * * * * time by this user. Reason code 9 SQLSTATE=5UA0M * * * * * * * * Reason Code 9 * * * * * * * * An online move table operation is in progress; a parallel * * online * * table move operation on the same table is not allowed. * * * * * * * * The correct error would be this * * * * * * * * SQL0551N <authorization-ID> does not have the required * * * * authorization * * * * or privilege to perform operation <operation> on * * object * * <object-name>. * * * * * * * * * * * * 10. If this message was returned when the user with * * * * authorization ID * * * * <authorization-ID> called the ADMIN_MOVE_TABLE * * procedure, * * it is * * * * because that user does not have the same authorization ID * * as * * the user * * * * who initiated the online move table operation. * * * * * * * * User response: * * * * * * * * 10. Call the procedure again, with the same authorization ID * * as * * the user * * * * who initiated the online move table operation. edit * * Error Description * **************************************************************** * RECOMMENDATION: * * Ask user who started it to stop it. * **************************************************************** | |
| Local-Fix: | |
| verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 5 for Linux, UNIX, and Windows | |
| Lösung | |
Fixed from fixpack 5 of DB2 v9.7 | |
| Workaround | |
keiner bekannt / siehe Local-Fix | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 02.02.2011 19.01.2012 19.01.2012 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7. | |
| Problem behoben lt. FixList in der Version | |
| 9.7.0.5 |
|