cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Enabling/Disabling AdaptiveJobServer through a script

0 Kudos
427

Hello,

Is it possible to Enable or Disable AdaptiveJobServer through an automated script in Business Objects?

Every day prior to the ETL run, we STOP the SIA ( through an automated script ) and bring it back when the ETL is successful.

But sometimes ETL fails, we bring the SIA up so that application is available for users who uses the operational or production data.

Problem is the scheduled reports goes out with incorrect data, so we want to see if there is a way we can disable (not stop) the Adaptive Job Server prior to stopping SIA and Enable it once the ETL issue is resolved.

Thanks,

Aravind

View Entire Topic
former_member618074
Discoverer
0 Kudos

You can use this...

  • ccm.exe -disable <AJS name> -cms <cms server> -username administrator -password <password>
  • ccm.exe -enable <AJS name> -cms <cms server> -username administrator -password <password>