Hi Shashi,
Follow the below steps and let me now the result.
1. Copy the newly created STR files from source into target host
(into export dump-directory)
---
the followings should be done target host (site)
---
2. stop the target sap-system, only the DB should be up and running.
3.rename the old SAPVIEW.TSK and SAP0000.TSK files in sapinst_instdir
4. execute the following command with sidadm manually to recreate the
TSK files in sapinst_instdir:
"R3load -ctf I <path of>\SAPVIEW.STR <path of>\DDLORA.TPL SAPVIEW.TSK
-l SAPVIEW.log" in one line
and
"R3load -ctf I <path of>\SAP0000.STR <path of>\DDLORA.TPL SAP0000.TSK
-l SAPVIEW.log" in one line
5. create the cmd files with the following content in sapinst_instdir:
SAP0000.cmd:
tsk: "<installation_directory>/SAP0000.TSK"
icf: "<export_directory>/DATA/SAP0000.STR"
dcf: "<installation_directory>/DDLORA.TPL"
dat: null
dir: null
ext: null
SAPVIEW.cmd:
tsk: "<installation_directory>/SAPVIEW.TSK"
icf: "<export_directory>/DATA/SAPVIEW.STR"
dcf: "<installation_directory>/DDLORA.TPL"
dat: null
dir: null
ext: null
6. start the import of the missing packages with sidadm user manually
with commands:
R3load -i SAP0000.cmd -dbcodepage 1100 -l SAP0000.log -stop_on_error
R3load -i SAPVIEW.cmd -dbcodepage 1100 -l SAPVIEW.log -stop_on_error
c. check the SAP0000.log, SAPVIEW.log, SAP0000.TSK and SAPVIEW.TSK
- if the import was successful, continue with the remaining installationsteps and with the post-processing, start the sap-system and sapinst
to continue the import.
Thanks,
RV