Author |
Message
|
vhernu |
Posted: Wed Nov 19, 2003 8:49 am Post subject: Can't delete CHANNEL |
|
|
 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 |
|
 |
jefflowrey |
Posted: Wed Nov 19, 2003 8:52 am Post subject: |
|
|
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 |
|
 |
vhernu |
Posted: Wed Nov 19, 2003 9:17 am Post subject: |
|
|
 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 |
|
 |
PeterPotkay |
Posted: Wed Nov 19, 2003 10:19 am Post subject: |
|
|
 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 |
|
 |
vhernu |
Posted: Thu Nov 20, 2003 3:38 am Post subject: |
|
|
 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 |
|
 |
Nathan |
Posted: Thu Nov 20, 2003 5:16 am Post subject: |
|
|
 Acolyte
Joined: 15 Sep 2003 Posts: 52 Location: Rochester, NY
|
Try BACKOUT see if that helps. |
|
Back to top |
|
 |
vhernu |
Posted: Thu Nov 20, 2003 6:13 am Post subject: |
|
|
 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 |
|
 |
mrlinux |
Posted: Thu Nov 20, 2003 9:30 am Post subject: |
|
|
 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 |
|
 |
vennela |
Posted: Thu Nov 20, 2003 9:53 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
What type of channel are you trying to delete? |
|
Back to top |
|
 |
vhernu |
Posted: Thu Nov 20, 2003 10:37 am Post subject: |
|
|
 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 |
|
 |
vhernu |
Posted: Fri Nov 21, 2003 8:31 am Post subject: HELP |
|
|
 Newbie
Joined: 19 Nov 2003 Posts: 6 Location: Paris
|
I had this problem since i had changed XMIT queue's name . |
|
Back to top |
|
 |
mrlinux |
Posted: Fri Nov 21, 2003 9:44 am Post subject: |
|
|
 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 |
|
 |
|