Hi All,
I have created a script as following:
"C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win64_x64\ccm.exe" -managedrestart SERV_BO_DEV.CentralManagementServer -cms BO-DEV:6400 -username Myusername -password mypass123 -authentication secEnterprise
When i run this in cmd, it restarts my CMS, which is what i want. So then i created a batch file which contains this code.
I then created a command line probe and simply wrote a command to execute this batch file.
When i fire the probe, it fires this batch file which then restarts my CMS. My problem is that my probe keeps running and it keeps restarting my CMS, so it goes in a loop and i have to delete the probe in order for my CMS to keep restarting.
How can i achieve this? Any help is appreciated. Thank you...