Problem with readdb in DP 10.70

2 Likes

Hello everyone.

I just wanted to remember you a known issue with DP 10.70 when you perform an “omnidbutil -readdb”.
The problem is this:

C:\>omnidbutil -readdb E:\IDB_dump\writedb
Importing the Internal Database will overwrite the existing one. All data will be lost!
Are you sure [y/n]?y
Internal Database import in progress.

Operation failed!

This is when the new installation is done and the CM is running fine in this new install.

To solve this, we have a fix: DP1070_b210_OCTCR19Q857392_HF1
You can request it to support opening a case. 

The fix is a script that needs to be run.
Then, to apply it just run these commands:
• omnidbutil -run_script OCTCR19Q857392_recreate_calc_prot_timestamp.sql -detail
• omnidbutil -set_schema_crc
• omnidbcheck

After that, the readdb will work just fine:

C:\>omnidbutil -readdb E:\IDB_dump\writedb
Importing the Internal Database will overwrite the existing one. All data will be lost!
Are you sure [y/n]?y
Internal Database import in progress.

DONE!

Hope this helps you.

Regards,

Labels:

Support Tip
Comment List
Related
Recommended