Please post the exact error msg you receive including the message number
... and exactly what you are trying to do when you receive it (i.e.
commands, etc.).
Larry Edelstein
The suggested response is:
3
Restart or terminate the previously failed LOAD operation on this
table by issuing LOAD with the RESTART or TERMINATE option respectively.
Granted a unique index & Primary key aren't allowed while creating a so-called replicated 'MQT'- Table. Well I treid to create just an index on the MQT & got this :
SQL0668N Operation not allowed for reason code "1" on table "REP.S_TW1950_B".
SQLSTATE=57016
Any clues?
do a
1. db2 connect to ;
2. db2 list tablespaces show detail, then
3. re-issue the "SET INTEGRITY for SAMPLE IMMEDIATE CHECKED" command
If
above== Fail
do
Full a Image copy and/or Backup DB-Object (in this case yr.Table).., then
A. Re-try nr 3. above
and/or
remove whatever indexes and Load with a No Logging option
..(depending on yr environment)
Else
take a break and start a fresh.
It worked for me - couple o' hrs ago!
So, Gd. Luck!
Sam