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 Interchange Server + Adapters » Effective way to clear failed flows on ICS

Post new topic  Reply to topic
 Effective way to clear failed flows on ICS « View previous topic :: View next topic » 
Author Message
harish_td
PostPosted: Wed Jun 14, 2006 7:24 pm    Post subject: Effective way to clear failed flows on ICS Reply with quote

Master

Joined: 13 Feb 2006
Posts: 236

Hi All,
We have more than 13000 failed flows on ICS.
Deleteing each failed flows takes up more than a couple of minutes.
Could anyone suggest a method to clear all these flows such that the CPU utilization does not go up.

Thanks in Advance,
Harish
Back to top
View user's profile Send private message Yahoo Messenger
Sriver
PostPosted: Thu Jun 15, 2006 12:13 am    Post subject: Reply with quote

Newbie

Joined: 08 Jun 2006
Posts: 6

Hi,

as last change u could clean up the corresponding tables which contains the data flows, and the AP queue where the message are stuck as well.

Then restart the server.

U can use this script for an Oracle DB:

DELETE FROM CXFAILEDEVENTKEYS;
DELETE FROM CXPBUSOBJMESSAGE;
DELETE FROM CXPBUSOBJSTATE;
DELETE FROM CXWIPBLOBS;
DELETE FROM CXWIPOBJECTS;
COMMIT;

Anyway, this is highly not recomendated to manipulate the DB manually, so is up to u.......

Regards
Back to top
View user's profile Send private message
Kram
PostPosted: Thu Jun 15, 2006 6:22 am    Post subject: Reply with quote

Voyager

Joined: 02 Mar 2006
Posts: 87

Make sure you do this after bringing the environment down....
_________________
Regards,
Ram
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 Interchange Server + Adapters » Effective way to clear failed flows on ICS
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.