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

Automated update of Publication Schedules

bernhard_keimel
Active Participant
0 Kudos
346

Hi,

we want to adapt/reschedule 100+ scheduled publications and change the reccurrance type and add an event that triggers the execution. Because of the number of publications we prefer to implement an automated process.

So i checked the use of RESTful services but got stuck in finding a method to add/modify events in schedules.

I also had a short look on the Workflow Assistant to realize that the only way would propably be the Implementation of a Custom Task, and i am unsure if i can do that with appropriate effort as i could not find documentation on this.

The BI release we use is 4.3 SP02

Do you have any suggestions on this?

Thank you!

Bernhard

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

Also, if you don't want to do the programming with the SDK, there are third-party tools you can purchase that would help you do this. For example, the Schedule Manager of the APOS Administrator has functionality to edit schedule properties. 360 Suite from Wiiisdom might also have it.

-Dell

bernhard_keimel
Active Participant
0 Kudos

yes true from all different possibilities this one seems to be the most efficient.

Answers (1)

Answers (1)

ayman_salem
Active Contributor

You can use the Java SDK

see "To create a schedule event" in "Business Intelligence Platform Java SDK Developer Guide"

bernhard_keimel
Active Participant
0 Kudos

yes this could be an option. Why did i not think of that? Maybe because we do not use Java in this environment, but this could be a reason to do so