Not able to connect srvrmgr command line in cronjob script
Hi All,
I am unable to connect srvrmgr while scheduled shell script job however same shell is working fine when I execute it manually , Can you please help and let me know what is wrong with my script ?
#!/bin/bash
SBL_SRVR="/u01/app/siebel/ses/siebsrvr/"
echo "Setting up Siebel environment"
cd $SBL_SRVR
pwd
. /u01/app/siebel/ses/siebsrvr/siebenv.sh
sleep 2
cd $SBL_SRVR/bin
srvrmgr /g gtwy:2320 /e CRM_DEV01 /s siebsrvr /u SADMIN /p XXXXXX /i "$SBL_SRVR/input.txt"
Error : -
[siebel@amsbsa50 ~]$ more comp_status.log
Setting up Siebel environment
/u01/app/siebel/ses/siebsrvr