Author |
Message
|
GFORCE |
Posted: Thu Jan 12, 2006 11:16 am Post subject: LONG-RUNNING UOW FOUND |
|
|
 Voyager
Joined: 16 Jun 2003 Posts: 78 Location: WISCONSIN
|
Ok I know this has been addressed before but I have exausted all possibilities of resolution for this. I checked cics and there are no syncpoint rollbacks, I had my app guys verify the commit in the apps and my logging appears to be working fine.
Does this have anything to with buffers?
Should I increase the checkpoint in the qmgr config?
Is there any way to find what transaction the urid belongs to?
Help!!!! _________________ THANKS |
|
Back to top |
|
 |
mvic |
Posted: Thu Jan 12, 2006 1:58 pm Post subject: Re: LONG-RUNNING UOW FOUND |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
Please help us out with a few details of what you are seeing that leads you to conclude you have a long-running UOW.
Also, if CICS is the coordinator, and you do indeed have a long-running UOW, is this an MQ problem? Could be a CICS app programming problem? |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jan 12, 2006 9:39 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Are you running QPasa agents version 3.1 on the mainframe ?
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
GFORCE |
Posted: Tue Jan 17, 2006 1:11 pm Post subject: Long unit of work |
|
|
 Voyager
Joined: 16 Jun 2003 Posts: 78 Location: WISCONSIN
|
I am receiving thousands of these a week.
CSQJ160I +MQBB CSQJLRUR LONG-RUNNING UOW FOUND, 216
URID=007FBD20967B CONNECTION NAME=ACICPSB2
I checked cics and there are no rollbacks...
I confirmed with the app guys that they are doing a 1 for 1 syncpoint.
We have several cics regions running on this specific qmgr and we are only receiving these errors on on this region....
any suggestions _________________ THANKS |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jan 17, 2006 3:35 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Check for apps that are doing a multiphase commit:
a) never do a prepare commit or a rollback and disconnect
b) do a prepare commit but never commit or rollback and disconnect...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
GFORCE |
Posted: Wed Jan 18, 2006 12:11 pm Post subject: Long unit of work |
|
|
 Voyager
Joined: 16 Jun 2003 Posts: 78 Location: WISCONSIN
|
I will look into this and get back to you _________________ THANKS |
|
Back to top |
|
 |
|