I got this error too when used TPT load table.
2652 -- Operation not allowed , gdev1t_stg.stg_custis being loaded.
I run below script to fix this error used Fastload tool:
LOGON hostname/usr,pwd ;
DROP TABLE gdev1t_stg.stg_cust ;
DROP TABLE gdev1t_wrk.stg_cust_et ;
DROP TABLE gdev1t_wrk.stg_cust_uv ;
logoff;
↧