Hello
FIrdtly let me advise you about DP 7.03 is totally out of support, about your issue no idea about how did you do IDB migration but somethinf was wrong.
Before mopve db40 folder you must to be sure that was in giid state and IDB services stopped. I guess that best option is move IDB again from olde server following those steps before move it.
- omnisv stop
- Copy the following directories:
C:\program files\omniback\db40
C:\program files\omniback\config
or
/var/opt/omni/server/db40
/etc/opt/omni
(the best practice is to have a recently good IDB backup) - omnisv start
- omnidb -strip
- omnidbutil -purge -filenames -force
(the user could wait some time before the next step) - omnidbutil -purge -dcbf
- Create an empty directory, /test/mmdb and /test/cdb
- Execute: omnidbutil -writedb -mmdb /test/mmdb -cdb /test/cdb
- Execute: omnidbutil -readdb -mmdb /test/mmdb -cdb /test/cdb
- omnidbutil -cdbsync <Cell_server_Hostname>
- omnidbutil -fixmpos
- Stop DP services
- Move db40 to new server using the same paths than in older serv
Best Regards