cancel
Showing results for 
Search instead for 
Did you mean: 

Error when i use xxx.getSchedulingInfo().getStatus();

Former Member
0 Kudos

Post Author: Matrix71

CA Forum: JAVA

I try to find the status of the scheduling of report with xxx.getSchedulingInfo().getStatus(); but i recive an error because there isn't SI_SCHEDULE_INFO.... why ???can u help me to resolve this problem ???ThanksDenis

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Post Author: Matrix71

CA Forum: JAVA

I try and when i add SI_INSTANCE=1 in the query.. that record isn't present

Former Member
0 Kudos

Post Author: Ted Ueda

CA Forum: JAVA

Likely your query is not retrieving a scheduled instance. If you add the condition SI_INSTANCE=1 (i.e., return only instances) to the query, what happens?

Sincerely,

Ted Ueda

Former Member
0 Kudos

Post Author: Matrix71

CA Forum: JAVA

The SI_SCHEDULE_STATUS there isn't There are only this:

SI_TYPE

308

SI_DEPENDANTS

SI_TOTAL

0

SI_SCHEDULE_INTERVAL_MONTHS

0

SI_SCHEDULE_INTERVAL_NDAYS

0

SI_SCHEDULE_TYPE

0

SI_STARTTIME

24/09/07 13.47.52

SI_RUN_ON_TEMPLATE

SI_NUM_TEMPLATE_DAYS

0

SI_OBJID

2806589

SI_CLEANUP

false

SI_SCHEDULE_INTERVAL_NTHDAY

0

SI_NAME

Dettaglio per Rete di Vendita della Produzione Vita Totale Emessa

- ITALIA -

SI_ENDTIME

23/09/17 23.00.00

SI_DEPENDENCIES

SI_TOTAL

0

SI_SCHEDULE_INTERVAL_MINUTES

0

SI_TIMEZONE_ID

0

SI_MULTIPASS

1

94453

SI_TOTAL

1

SI_SCHED_NOW

true

SI_SCHEDULE_INTERVAL_HOURS

0

SI_PROGID_SCHEDULE

CrystalEnterprise.Pdf and i don't know because there isn't SI_SCHEDULE_STATUS Can u help me ??ThanksDenis

Former Member
0 Kudos

Post Author: Ted Ueda

CA Forum: JAVA

Not enough info.

First thing I'd do is check your InfoStore query string - if you go to the Admin Launchpad, you'll see a link to the "Query Builder" tool. I'll enter the query that you're using to retrieve the InfoObject there, and see that SI_SCHEDULE_STATUS is there. If you're using Web Services, then both SI_SCHEDULEINFO and SI_SCHEDULE_STATUS is in the returned property list.

Sincerely,

Ted Ueda