Skip to Content
0
Former Member
Aug 13, 2012 at 03:58 PM

NoSuchElementException when scheduling Webi in 4.0 SP4 SDK

107 Views

I have a Java Program Object which schedules WebIntelligence documents. The issue occurs when I try to schedule reports that have prompt values associated to them. When this program runs, the scheduled instances it creates fail to refresh, all with the error java.util.NoSuchElementException. This code worked perfectly in 3.1 and previous versions of BusinessObjects XI.

Has there been a change in the way scheduling is done for WebIntelligence documents? The basic workflow I have always used is to open the DocumentInstance, set the prompt values in the Rebean Prompts collection, then use the helper methods of PromptsUtil to populate the prompt values in the IWebiProcessingInfo object. As I said, this always worked in the past.

Also, I saw in another post that there were bugs with scheduling Webi reports with the SDK in 4.0. Have these bugs been resolved in SP4? If not, is there a workaround?