View previous topic :: View next topic |
Author |
Message |
MFBaba Beginner

Joined: 24 Nov 2004 Posts: 8 Topics: 4
|
Posted: Thu Jan 21, 2010 2:21 pm Post subject: Issue with trigger setup on TDQ |
|
|
I have a TDQ setup with a Trigger defined on it.
Whenever a record is written to this TDQ, it triggers a CICS program that processes the record. Now, we are having an issue where the CICS program is not triggered as many times as the numbers of records written to the TDQ, so some records continue to linger on in the TDQ and are never processed.
Has anyone ever come across such issue and knows some way to identify the reason why the CICs program is not triggered for all the records written to the queue. Any help/direction in this regards is highly appreciated.
Best Regards. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Jan 21, 2010 2:31 pm Post subject: Re: Issue with trigger setup on TDQ |
|
|
MFBaba wrote: | Whenever a record is written to this TDQ, it triggers a CICS program that processes the record. Now, we are having an issue where the CICS program is not triggered as many times as the numbers of records written to the TDQ, so some records continue to linger on in the TDQ and are never processed. |
MFbaba,
Isnt the triggering dependent on trigger depth? Is the trigger depth defined as 1? _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|