Hey everyone,
We have a BO 4.1 installation SP 2 on a AIX server. The situation is we had lost connectivity to the CMS database and the application was down for a day, now the database connectivity is restored but the CMS has not come up. I have used the following command to start it up but I am still not able to log in to the the BI LaunchPad.
Commands i have used to startup :
./svn_startup.sh
./startservers
./ccm.sh -start
./ccm.sh -start -cms machineIP:6400 -username administrator -password password -authentication secEnterprise
./ccm.sh -start -cms machinename:6400 -username administrator -password password -authentication secEnterprise
I have seen the logs and found the below in the "ccm_20140917_1410945693737.log"
Wed Sep 17 2014 12:21:33 GMT+0300 (AST) /bo/sap/sap_bobj/setup/jscripts//ccmunix.js started at Wed Sep 17 2014 12:21:33 GMT+0300 (AST)
Wed Sep 17 2014 12:21:33 GMT+0300 (AST) About to process commandline parameters...
Wed Sep 17 2014 12:21:33 GMT+0300 (AST) Starting all servers...
Wed Sep 17 2014 12:21:33 GMT+0300 (AST) Starting boprod...
Wed Sep 17 2014 12:21:34 GMT+0300 (AST) Finished processing commandline parameters.
Wed Sep 17 2014 12:21:34 GMT+0300 (AST) Warning: No password supplied. Setting password to default.
Wed Sep 17 2014 12:21:34 GMT+0300 (AST) Warning: No user name supplied. Setting user name and password to default.
Wed Sep 17 2014 12:21:34 GMT+0300 (AST) Warning: No authentication type supplied. Setting authentication type to default.
Wed Sep 17 2014 12:21:34 GMT+0300 (AST) Warning: No CMS name supplied. Setting CMS name to machine name.
Please someone help me start the services back up and running.