Hi gurus,
We have a portal system and every weekend we take the offline backup of it.
But we have a problem. At the startup script we face an error. The log file is as below:
running D:\usr\sap\PRY\SYS\exe\uc\NTAMD64\sapstart.exe name=PRY nr=00 SAPDIAHOST=prynt01 -wait
SAPSTART finished successfully on prynt01_PRY_00, but at least one process doesn't run correctly:
D:\usr\sap\PRY\SYS\exe\uc\NTAMD64\sapstart.exe=>sapparam(1c): No Profile used.
Although this error is given, the portal system is opened.
The startsap script is as below:
@rem This batch file starts Oracle PRY system and then SAP R/3 PRY Central Instance
@rem via command line interface after an Offline Backup.
@rem
@rem This file must be located in "<DataProtectorHome>\bin" directory
@rem D:\usr\sap\PRY\SYS\exe\run\brconnect -f dbstart
D:\usr\sap\PRY\SYS\exe\uc\NTAMD64\startsap name=TXY nr=02
SAPDIAHOST=prynt01
D:\usr\sap\PRY\SYS\exe\uc\NTAMD64\startsap name=PRY nr=01 SAPDIAHOST=prynt01
D:\usr\sap\PRY\SYS\exe\uc\NTAMD64\startsap name=PRY nr=00 SAPDIAHOST=prynt01 > d:\startsap_prynt01_output.txt
Any suggestions?
Tolga