Hello All,
I am in the midst of upgrading our system to EHP 6. Our ERP 6 dev system consist of a CI and an application instance whereas the CI is sitting on HP UX IA 64 bit and the app instance on Linux x86 64 bits. Due to the reason, the developers actively working on a project and we don't want to used up the memory, we decided to run the shadow instance processing on our Linux app instances. everything was a smooth ride till we reached the following phase: MAIN_SHDPREPUT/SQLDB_SHADOW_PRE. All of sudden the tp failed with RC:27 which I never encountered before.Upon checking the SUM logs and I found out the following error:
EXECUTING /usr/sap/put/SUM/abap/exe/tp pf=/usr/sap/put/SUM/abap/var/DEFAULT.TPP execdbscript X01 -x ../var/SQLDBSCRIPT.TQL
ERROR in child process: Cannot execute '/usr/sap/put/SUM/abap/exe/tp': Exec format error
I am already make sure the DIR_LIBRARY is pointed to usr/sap/put/SUM/abap/exe and I am clue less as I never encounter such error before.
Can anyone please help me here.