BusinessObjects Board

RWLauncher Batch Job not triggering from Control-M

Hi Everyone,

We are running lot of Data services jobs through Control-M on a windows server.

Sample command line on the bat file which we are running from Control-M Job looks like below

“D:\Program Files (x86)\SAP BusinessObjects\Data Services/bin/AL_RWJobLauncher.exe” “C:\ProgramData\SAP BusinessObjects\Data Services/log/ABC_12_1234/” -w -S “AB_AB_ABC01;inet:Server1:3500;inet:Server2:3500;” -C “D:\scripts\Job.txt”

When we run this directly from the command line in the windows server it works fine.When we try to run the same command line from COntrol-M job in a bat file it is not working.Same bat file executed directly on windows server works fine.

When i checked the RWJoblauncher log.There isn’t much info.But i can spot a difference when it is being invoked from Control-M and when it is being invoked directly from the cmd line/bat file.I can see the XML_REQUEST part in the RWJoblauncher log is not present when invoked from COntrol-M.For example

  1. When invoked directly from the server through command line or runnit bat file directly.RW Job launcher log

(14.2.10.1841) 08_14_2019 05:00:10 (52376): CRWJobLauncherApp::InitInstance called.
(14.2.10.1841) 08_14_2019 05:00:11 (52376): Connected to CMS Server : Server1:6400 of CMS Cluste : @Server2:6400
(14.2.10.1841) 08_14_2019 05:00:12 (52376): Job submitted to server group: <AB_AB_ABC01>. Executing on Job Server:<AB_AB_ABC01> (BODI-1250201)
(14.2.10.1841) 08_14_2019 05:00:13 (52376): Connected to CMS Server : Server1:6400 of CMS Cluste : @Server2:6400
(14.2.10.1841) 08_14_2019 05:00:13 (52376): Launching Job and waiting for completion. inet address <AB_AB_ABC01>, GUID <9d42ae8k_3c4f_4202_8c36_9aaec7d2f708>. (BODI-1250132)
(14.2.10.1841) 08_14_2019 05:00:13 (52376): XML_REQUEST:
(14.2.10.1841) 08_14_2019 05:00:13 (52376): <?xml version="1.0" encoding="UTF-8"?>

  1. When invoked from Control-M Job.RW Job launcher log

(14.2.10.1841) 08_14_2019 06:30:02 (47800): CRWJobLauncherApp::InitInstance called.
(14.2.10.1841) 08_14_2019 06:30:03 (47800): Connected to CMS Server : server2:6400 of CMS Cluste : @server2:6400
(14.2.10.1841) 08_14_2019 06:30:04 (47800): Job submitted to server group: <AB_AB_ABC01>. Executing on Job Server:<AB_AB_ABC01> (BODI-1250201)
(14.2.10.1841) 08_14_2019 06:30:05 (47800): Connected to CMS Server :Server2:6400 of CMS Cluste : @Server2:6400
(14.2.10.1841) 08_14_2019 06:30:05 (47800): Launching Job and waiting for completion. inet address <AB_AB_ABC01>, GUID <e4435d45_189d_45ce_8027_e9c6632abd6d>. (BODI-1250132)


beruoist (BOB member since 2019-08-14)