ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » execution group Abends ?

Post new topic  Reply to topic
 execution group Abends ? « View previous topic :: View next topic » 
Author Message
maxis
PostPosted: Tue Sep 10, 2002 9:49 am    Post subject: execution group Abends ? Reply with quote

Centurion

Joined: 25 Jun 2002
Posts: 144

hello,
We are accessing databases resultset is ,
Quote:
size is appx 2MB
, then using PASSTHRU sending the propagating the X number of records. This messageflow is placed in separate Execution group, A.

So far everything is fine, When we tested with the real data. Execution Group is A is STOPPING & RESTARTING by itself. And its generating an abend file in /var/mqsi/errors.

Opened PMR with IBM .. still no use ..

has anyone ever experience this kind of problem ?

hope to hear something
M
Back to top
View user's profile Send private message
kirani
PostPosted: Tue Sep 10, 2002 4:52 pm    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

Do you have any "external loop" in your message flow to process each record in the resultset?
_________________
Kiran


IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries

Back to top
View user's profile Send private message Visit poster's website
maxis
PostPosted: Wed Sep 11, 2002 11:35 am    Post subject: Reply with quote

Centurion

Joined: 25 Jun 2002
Posts: 144

thanx kiran for responding.

Yes I've external loop, in every turn am sending out one recordset & then assigning it to null.

Code:

set i=0 ;
set j = cardinality(Environment.Variables.RecordSet.data[])
set m = 1 ;
while (i < j) do
// set appropriate header ...

set OutputRoot.MRM.ABC[i]."fieldName" = Environment.Variables.ResultSet.Record[1]."fieldName" ;

if ( m = 10) then
   propagate ;
   set m = 1 ;
else
   m = m + 1
end if
set Environment.Variables.ResultSet.Record[1]."fieldName"  = NULL ;
set j = j + 1 ;

end while ;

//....





thanks
M
Back to top
View user's profile Send private message
cloud9
PostPosted: Fri Jul 18, 2003 8:25 am    Post subject: Execution Group abends -- which flow caused it?? Reply with quote

Novice

Joined: 18 Jul 2003
Posts: 13
Location: Jacksonville, FL

Sorry to jump on your thread, but I have the same issue with an execution group frequently abending. Is there a way to find out which message flow is causing it to abend ??? I could not find any reference to a messsage flow in the error log: /var/adm/syslog.user, or in the abend error files .... /var/mqsi/errors. Surely, there must be a way!
Back to top
View user's profile Send private message Send e-mail
maxis
PostPosted: Fri Jul 18, 2003 10:57 am    Post subject: Reply with quote

Centurion

Joined: 25 Jun 2002
Posts: 144

Almost forgot that i've started the thread ....

anyways .. i couldnt get into the granular of message flow ...

anyone has idea or trick to find out ...


thanks
M
Back to top
View user's profile Send private message
WBI_user
PostPosted: Mon Jul 21, 2003 7:51 pm    Post subject: Reply with quote

Partisan

Joined: 07 Aug 2001
Posts: 386

If you examine your dead letter queue, from my past experience, the message that caused the abend were thrown to the queue by MQSI unless the message is non-persistent.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » execution group Abends ?
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.