BusinessObjects Board

who can tell me how to get webi report schedul's status

Hi ,

I have some reports , and need set scheduler on erery reports .
Now, i scheduled all the reports , and set the reports recivers are my customer and me , so i will know which report’s schedul’s status is success and which is failed. and this let my infobox full.
now i want to do some sdk code , who can tell me how to get the report instance’s status? i selected from CI_INFOOBJECTS,CI_APPOBJECTS ,CI_SYSTEMOBJECTS , and can’t find anything about report’s schedul instance in the three tables .
help me .thank you very much


lishuanggen (BOB member since 2007-03-16)

Did you not check the instance manager from admin launchpad?
It has options to see which all reports run by a user and their status

.


haider :es: (BOB member since 2005-07-18)

Check XIR2 scheduling instances viewer on BOB’s downloads.

Rachid


rachidb :morocco: (BOB member since 2006-07-06)

Here is a sample from the DevLibrary:
http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/BOE_SDK/boesdk_java_dg_doc/doc/boesdk_java_dg/SampleCode13.html#347703


darcstorm :philippines: (BOB member since 2008-07-22)

Follow Rachid suggestions, if you want a DIY select, here it is

"SELECT SI_SCHEDULE_STATUS FROM CI_INFOOBJECTS WHERE SI_ID = "


Federico.Garagiola :it: (BOB member since 2009-02-24)