cancel
Showing results for 
Search instead for 
Did you mean: 

How to Activate/Deactivate DS Job Schedule using BAT script

0 Kudos

Hi,

I got a requirement to activate/deactivate the BODS schedules through BAT/DOS script. Is there any way for this? Can anyone please help?

Thanks

Dave

Accepted Solutions (1)

Accepted Solutions (1)

former_member187605
Active Contributor
0 Kudos

You can hack the AL_SCHED_INFO table in the repository, to deactivate:

  • update AL_SCHED_INFO set ACTIVE= 0 where SCHED_NAME = '<the name of your schedule>'

Set to 1 to activate again.

Answers (1)

Answers (1)

former_member559864
Participant
0 Kudos

Go to SAP Data Services Management Console, Administrator > Batch > {YOUR_REPO_NAME} > Batch job configuration tab > press Export execution command for scheduled job, *.bat file will be created here C:\ProgramData\SAP BusinessObjects\Data Services\conf\