Skip to Content
0
Former Member
Jan 27, 2011 at 08:12 PM

Running Crystal Report through web service

30 Views

We are trying to build a solution using Java, which will give access of Crystal reports to users. We are trying to access using the Web Services provided by BO XI server.

I need help with couple of issues I'm facing with the consumer API -

1. When a search is performed and reports/documents are found, how to get the path (parent folder(s)) of that document?

2. How to run a report? I've tried schedule (method of BIPlatform) with 'RightNow' property (of SchedulingInfo object) to true, but it throws exception 'Pause and Resume isnt allowed'. But through CMC I can run the report on demand.