Schedule Report and Monitor status (BOXI 3)

Hi guys, I need to simply schedule a report and monitor its status outside of BO in Java. Does the WebService SDK allows this or is there any other sdk I could use for?

After some research it looks like the wssdk allow reports scheduling, but haven’t seen the way to monitor the schedule state.

I’m on BO XI 3. Would greatly appreciate some code snippet :slight_smile:
Thanks


oeil54 (BOB member since 2011-06-15)

The only way that we have found is to grab the si_id of the instance that you want to monitor and query the CMS to get the latest job status of that instance – this works fairly well for us since we’re displaying this status on a web page, so we simply perform an AJAX call to update the status of a running job. You should be able to do the same thing from Java (we’re running a JSP deployment, so we’re actually executing queries stored in a java bean to pull this status for us)


jresendez :mexico: (BOB member since 2004-05-03)