When I run below script on the server, I am able to execute the job successfully.
"E:Program Files (x86)\SAP BusinessObjects\Data Services\bin\AL_RWJobLauncher.exe" "E:\Program Files (x86)\SAP BusinessObjects\Data Services/log/JobServer_1/" -w "inet:server_name:port_number" -C "E:/J_Batch_Jobs_Test1.txt"
Content of J_Batch_Jobs_Test1.txt:
-PLocaleUTF8 -R"env.txt" -G"ade5ab44_85f4_4e2e_b6e1_8d17daff1c7d" -r1000 -T14 -KspPilot -LocaleGV -CtBatch -Cmserver_name -CaAdministrator -Cjserver_name -Cpport_number
Requirement: My requirement is to run above script from client machine (using AL_RWJobLauncher.exe of the server).
But when I submit the same script from client I am unable to trigger the job. When I execute it on the client machine, it simply comes out for next command entry in "cmd" window. (please note that access wise, client has full control on server. Here I have mapped "\\server\e$" to "W" drive)
"W:Program Files (x86)\SAP BusinessObjects\Data Services\bin\AL_RWJobLauncher.exe" "W:Program Files (x86)\SAP BusinessObjects\Data Services/log/JobServer_1/" -w "inet:server_name:port_number" -C "W:J_Batch_Jobs_Test1.txt"
Please help as I am not able to find any log entry on either of the machine. Thanks!