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 » General IBM MQ Support » Can't delete CHANNEL

Post new topic  Reply to topic
 Can't delete CHANNEL « View previous topic :: View next topic » 
Author Message
vhernu
PostPosted: Wed Nov 19, 2003 8:49 am    Post subject: Can't delete CHANNEL Reply with quote

Newbie

Joined: 19 Nov 2003
Posts: 6
Location: Paris

How to clean saved channel status
because i can't delete a channel

DELETE CHANNEL(XXX)
return

2 : DELETE CHANNEL(XXX)
AMQ9507: Channel XXX' is currently in-doubt.




DISPLAY CHSTATUS(XXX) SAVED ALL

return 2 item

64 : DISPLAY CHSTATUS(XXX) SAVED ALL
AMQ8417: Display Channel Status details.
CHANNEL(XXX) XMITQ(AFAEAID3)
CONNAME(AFAEAIIA) SAVED
CHLTYPE(SDR) INDOUBT(YES)
LSTSEQNO(0) LSTLUWID(0000000000000000)
CURMSGS(5) CURSEQNO(5)
CURLUWID(3F7179B300003011) STATUS(RUNNING)
AMQ8417: Display Channel Status details.
CHANNEL(XXX) XMITQ(AFAEAIIA)
CONNAME(AFAEAIIA) SAVED
CHLTYPE(SDR) INDOUBT(NO)
LSTSEQNO(305) LSTLUWID(3FA2201200009011)
CURMSGS(0) CURSEQNO(305)
CURLUWID(3FA2201200009011) STATUS(RUNNING)
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Nov 19, 2003 8:52 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Quote:
AMQ9507: Channel XXX' is currently in-doubt.


You need to resolve the channel first, so that the status is no longer "in-doubt".
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
vhernu
PostPosted: Wed Nov 19, 2003 9:17 am    Post subject: Reply with quote

Newbie

Joined: 19 Nov 2003
Posts: 6
Location: Paris

the RESOLVE CHANNEL action commit or backout (same result)
return

RESOLVE CHANNEL(XXX) ACTION(COMMIT)
2 : RESOLVE CHANNEL(XXX) ACTION(COMMIT)
AMQ8025: MQSeries channel resolved.

but after, the delete channel
return

AMQ9507: Channel XXX' is currently in-doubt.


The result was the same if i use RESET CHANNEL
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Wed Nov 19, 2003 10:19 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

Stop both sides of the channel with the force command
Resolve the channel
Delete the channel
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
vhernu
PostPosted: Thu Nov 20, 2003 3:38 am    Post subject: Reply with quote

Newbie

Joined: 19 Nov 2003
Posts: 6
Location: Paris

It don't work, the result was the same.

after stop force of both side of the channel , and resolve, the delete result was:


-------------------------------------------------------------------------------
11/20/03 12:20:37
AMQ9507: Channel 'XXX' is currently in-doubt.

EXPLANATION:
The requested operation cannot complete because the channel is in-doubt with
host 'AFAEAIIA'.
ACTION:
Examine the status of the channel, and either restart a channel to resolve the
in-doubt state, or use the RESOLVE CHANNEL command to correct the problem
manually.
-------------------------------------------------------------------------------

My problem look like the probleme describe at the URL:

http://www-1.ibm.com/support/docview.wss?rs=172&context=SW900&q=sender+channel+saved+multiple+record&uid=swg21026408&loc=en_US&cs=utf-8&lang=en[b]

I am in can the cases:
At a sender or server:
. If the transmission queue name has been changed in the
. definition


This post solution part, talk about an utility to clean up duplicate syncq entries. But i don't were were i can have this utility.
Back to top
View user's profile Send private message
Nathan
PostPosted: Thu Nov 20, 2003 5:16 am    Post subject: Reply with quote

Acolyte

Joined: 15 Sep 2003
Posts: 52
Location: Rochester, NY

Try BACKOUT see if that helps.
Back to top
View user's profile Send private message
vhernu
PostPosted: Thu Nov 20, 2003 6:13 am    Post subject: Reply with quote

Newbie

Joined: 19 Nov 2003
Posts: 6
Location: Paris

Same result with backout....

Do you know what is the utility to clean up duplicate syncq entries ?
(see URL)
Back to top
View user's profile Send private message
mrlinux
PostPosted: Thu Nov 20, 2003 9:30 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

Well I have just deleted the entries out of the queue using a message editor, I would recommend Roger's MQ Visual Edit see software repository here .
_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
vennela
PostPosted: Thu Nov 20, 2003 9:53 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

What type of channel are you trying to delete?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
vhernu
PostPosted: Thu Nov 20, 2003 10:37 am    Post subject: Reply with quote

Newbie

Joined: 19 Nov 2003
Posts: 6
Location: Paris

It was a sender


DISPLAY CHANNEL(XXX) ALL
3 : DISPLAY CHANNEL(XXX) ALL
AMQ8414: Display Channel details.
CHANNEL(XXX) CHLTYPE(SDR)
TRPTYPE(TCP) DESCR( )
XMITQ(AFAEAIIA) MCANAME( )
MODENAME( ) TPNAME( )
BATCHSZ(50) DISCINT(6000)
SHORTRTY(10) SHORTTMR(60)
LONGRTY(999999999) LONGTMR(1200)
SCYEXIT( ) SEQWRAP(999999999)
MAXMSGL(4194304) CONVERT(NO)
SCYDATA( ) USERID( )
PASSWORD( ) MCATYPE(PROCESS)
CONNAME(@IP(port)) HBINT(300)
BATCHINT(0) NPMSPEED(FAST)
MCAUSER( ) ALTDATE(2003-11-19)
ALTTIME(11.23.40)
MSGEXIT( )
SENDEXIT( )
RCVEXIT( )
MSGDATA( )
SENDDATA( )
RCVDATA( )
Back to top
View user's profile Send private message
vhernu
PostPosted: Fri Nov 21, 2003 8:31 am    Post subject: HELP Reply with quote

Newbie

Joined: 19 Nov 2003
Posts: 6
Location: Paris



I had this problem since i had changed XMIT queue's name .
Back to top
View user's profile Send private message
mrlinux
PostPosted: Fri Nov 21, 2003 9:44 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

Well not sure what env. you are running on.

Bring down the queue manager
CD to /var/mqm/qmgrs/QMGR_NAME/@ipcc/ssem
and delete the socket files
start queue manager
you should now be able to delete the channel.
_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » Can't delete CHANNEL
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.