Hi!
We are currently using the IDS 9.3. Right now, Im exploring the IDS 9.4 for possible migration. However, when i restore my backup data from 9.3 (using dbexport) and restore it to 9.4 (using dbimport), I encountered a problem..
create cluster index "bdo".loghist_idx on "bdo".log_hist (prmtrancd,
sectrancd) using btree ;
*** execute sqlobj
502 - Cannot cluster index.
What does it mean? do i need to change the sql output of the dbexport?
Your feedback will be highly appreciated. Thanks!