on 02-03-2012 11:54 PM
I am using java SDK i have to reetive the status of all the instances of report
That is sucess , failure , pending..etc
how can i do that.
Below is an example of a query that will get all objects that are currently running.
SELECT * FROM CI_INFOOBJECTS WHERE SI_SCHEDULE_STATUS = 0
1 is for successful, 3 is for failed, 8 is for paused, 9 is for pending.
You can look at any of the Java SDK samples available to see how you could code the application to use this query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.