Hi
I recently upgraded Data Services from 4.0 SP5 Patch 4 to 4.2 SP5 and also added another node to the cluster. When i try to schedule jobs using the Management console from the second node(selected the jobserver as node 2 while scheduling), the jobs get successful, but when i try to schedule the same jobs from node1 management console((selected the jobserver as node 1 while scheduling)), the jobs doesn't kick off and doesn't show up in the 'Batch Job Status' tab. I can only see the jobs that are scheduled from node 2 but not from node 1. Even the log files are not getting generated to check if a problem exists.
When i run manually the jobs are successful, only problem is when i schedule from node 1 they don't show up.
According to this forum Data Services Scheduler is not working made sure that the service 'SAP DataServices' was running with a service account rather than a SYSTEM account.
I also checked SAP Data Services Job Scheduler is not working not executing as per this forum, we are supposed to add '-Q RepositoryName' in the text file at location (C:\ProgramData\SAP BusinessObjects\Data Services\log\JobSvrDev01\Schedules\DSLocal_Repo)
As i mentioned the scheduled jobs run on Node 2 and not show up on Node 1, so i checked the difference between the two text files from both the servers and noticed a difference. I am not sure if the difference really matters.
Node 1 where scheudling doesn't work(Text File)
-S@DSDEV -NsecEnterprise -Q"DSLocal_Repo" -UAdministrator -PV2VsY29tZTE -G"361b7497_04cb_45f6_8203_c84b6e000962" -t5 -T14 -CtBatch -CmNode01 -CaAdministrator -CjNode01 -Cp3500
Node 2 Scheduling works (Text file)
-R"DSLocal_Repo.txt" -G"361b7497_04cb_45f6_8203_c84b6e000962" -t5 -T14 -CtBatch -CmNode02 -CaAdministrator -CjNode02 -Cp3500
Any help would be appreciated.
Thanks
Arun Chanda