cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduling a webi report in 4.1 SP5

former_member204024
Participant
0 Kudos

Hi,

I want to schedule a webi report with prompts, event and notification in 4.1 SP5.

I tried RESTful SDK, I am unable to provide the event and notification to my schedule.

Whether REBEAN is supported to schedule a report in 4.1 SP5.

Kindly clarify and share the snippet if you have any.

Thanks.

Regards,

Subramanian S.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is no supported way to schedule webi with prompts using Report engine SDKs. Only webi reports without prompts can be scheduled using the Platform Java SDKs.

Setting notifications using Rest is not possible as of now. You can refer to below post where Dan has mentioned a workaround.

RESTful Scheduling - Failure Notification | SCN

Thanks,

Prithvi

former_member204024
Participant
0 Kudos

Hi Prithvi,

Thanks for your revert.  This is the workflow finally I decided to implement using java sdk.

First create the schedule using RESTful SDK.

Grab the SI_ID of the instance from the RESTful service output

Use the old SDK to fill in the notification and events to that si_id

Until the RESTful SDK matures I have to use this approach.

Still I have to look for workaround for calendar based scheduling.

Let me know your thoughts.

Regards,

Subramanian S.

Former Member
0 Kudos

If you have Calendar objects created in CMS, you should be able to schedule it using the Rest api's.

I haven't tried it, however I see the calendar option available in Rest ful API guide.

Thanks,

Prithvi

former_member204024
Participant
0 Kudos

Hi Prithvi,

I am surprised to see your screenprint.  I am referring to sbo41sp5_bip_rest_ws_en.pdf. But I couldn't find the above screenprint.  Can you please let me know the document that you are referring to.

Thanks.

Regards,

Subramanian S.

Former Member
0 Kudos

I am referring to the same guide. see below snapshot.

former_member204024
Participant
0 Kudos

Sorry for bugging you lot.  Can you please share the link for the above document.  I am referring to PDF.  It seems like HTML document.

Regards,

Subramanian S.

Former Member
former_member204024
Participant
0 Kudos

Hi,

Thanks for your guidance.  I am able to create the schedule based on Calendar.

Regards,

Subramanian S.

former_member197386
Active Contributor
0 Kudos

You can schedule a webi document with prompt using Raylight (Webi RESTful API)

Anthony

former_member204024
Participant
0 Kudos

Hi,

I am able to schedule it.  But unable to add notification and events through RESTful API.

Regards,

Subramanian S.

former_member197386
Active Contributor
0 Kudos

Ok!

Not sure an idea has already been post for this on Idea Place.

Anthony

Answers (0)