Author |
Message |
Topic: Dynamo Errors |
cs97jb
Replies: 6 Views: 3991
|
Forum: General Discussion Posted: Wed Sep 28, 2005 7:36 am Subject: Dynamo Errors |
Thanks. I'm trying to get a hold of some developers who implemented Dynamo and see if they can help me but I will also pass on your comments.
Thanks,
Jig. |
Topic: Dynamo Errors |
cs97jb
Replies: 6 Views: 3991
|
Forum: General Discussion Posted: Wed Sep 28, 2005 7:30 am Subject: Dynamo Errors |
In short, Dynamo is a wrapper that goes around MQ Series to allow VB to talk to MQ.
I do not think it has better logging (as the only log file I found contains binary rubbish). There are no error ... |
Topic: Dynamo Errors |
cs97jb
Replies: 6 Views: 3991
|
Forum: General Discussion Posted: Wed Sep 28, 2005 6:15 am Subject: Dynamo Errors |
We are getting the following errors on one of our servers:
===============================================
Event Type: Error
Event Source: DynamoMQX(4DD10F4786841B80)
Event Category: None
Event ... |
Topic: MQ Error: AMQ9534 Channel XXX is currently not enabled. |
cs97jb
Replies: 36 Views: 32608
|
Forum: General Discussion Posted: Mon Feb 07, 2005 6:20 am Subject: MQ Error: AMQ9534 Channel XXX is currently not enabled. |
csmith28,
There are 2 entries that I see that have a ended entry for them:
Entry 1: Me stopping the channel manually.
------------------------------------------------------------------------- ... |
Topic: MQ Error: AMQ9534 Channel XXX is currently not enabled. |
cs97jb
Replies: 36 Views: 32608
|
Forum: General Discussion Posted: Fri Feb 04, 2005 7:25 pm Subject: MQ Error: AMQ9534 Channel XXX is currently not enabled. |
The only entry i see in the logs for any kind of ending/stopping of the channel is (disregard time):
-------------------------------------------------------------------------------
02/03/2005 14: ... |
Topic: MQ Error: AMQ9534 Channel XXX is currently not enabled. |
cs97jb
Replies: 36 Views: 32608
|
Forum: General Discussion Posted: Fri Feb 04, 2005 1:15 pm Subject: MQ Error: AMQ9534 Channel XXX is currently not enabled. |
So, if the queue manager on the other end is full and there is no DLQ, the sender queue will stop...but would that not create an entry in the log file? What error would I see? |
Topic: AMQ9534: Channel 'XXX' is currently not enabled. |
cs97jb
Replies: 12 Views: 13992
|
Forum: General IBM MQ Support Posted: Fri Feb 04, 2005 1:09 pm Subject: AMQ9534: Channel 'XXX' is currently not enabled. |
Here is the output of the dis ql(QM2) all command:
dis ql(QM2) all
2 : dis ql(QM2) all
AMQ8409: Display Queue details.
DESCR( ) PROCESS( )
BOQNAME( ) ... |
Topic: AMQ9534: Channel 'XXX' is currently not enabled. |
cs97jb
Replies: 12 Views: 13992
|
Forum: General IBM MQ Support Posted: Fri Feb 04, 2005 12:25 pm Subject: AMQ9534: Channel 'XXX' is currently not enabled. |
Sorry, I read wrong. Here is the output:
dis chs(XXX)
1 : dis chs(XXX)
AMQ8420: Channel Status not found. |
Topic: AMQ9534: Channel 'XXX' is currently not enabled. |
cs97jb
Replies: 12 Views: 13992
|
Forum: General IBM MQ Support Posted: Fri Feb 04, 2005 12:11 pm Subject: AMQ9534: Channel 'XXX' is currently not enabled. |
Here is the output:
(I've changed the CONNAME IP address to something else)
dis chl(XXX) all
2 : dis chl(XXX) all
AMQ8414: Display Channel details.
CHANNEL(XXX) CHLTYPE(S ... |
Topic: MQ Error: AMQ9534 Channel XXX is currently not enabled. |
cs97jb
Replies: 36 Views: 32608
|
Forum: General Discussion Posted: Fri Feb 04, 2005 11:15 am Subject: MQ Error: AMQ9534 Channel XXX is currently not enabled. |
Here is the output from Anirud's command:
I changed the CONNAME IP address to something else (sensitive info I'm afraid)
dis chl(XXX) all
2 : dis chl(XXX) all
AMQ8414: Display Channel det ... |
Topic: MQ Error: AMQ9534 Channel XXX is currently not enabled. |
cs97jb
Replies: 36 Views: 32608
|
Forum: General Discussion Posted: Fri Feb 04, 2005 10:28 am Subject: MQ Error: AMQ9534 Channel XXX is currently not enabled. |
Hi,
Thanks for this information. I now understand that the queue manager was trying to start a stopped channel (which it can't). My concern is why the channel was in a stopped state.
The thing ... |
Topic: AMQ9545 followed by AMQ9001 for same channel |
cs97jb
Replies: 4 Views: 7862
|
Forum: General IBM MQ Support Posted: Fri Feb 04, 2005 10:14 am Subject: AMQ9545 followed by AMQ9001 for same channel |
Hi,
So, if it says "Closed", it means the channel is inactive and if it says "Ended", it means the channel has stopped?
I understand that at 14:14:27, the channel went into an Inactive state. H ... |
Topic: AMQ9545 followed by AMQ9001 for same channel |
cs97jb
Replies: 4 Views: 7862
|
Forum: General IBM MQ Support Posted: Fri Feb 04, 2005 8:53 am Subject: AMQ9545 followed by AMQ9001 for same channel |
Hi,
I've found that after starting a channel yesterday (Thurs Midday), I came in today morning to find the same channel in a STOPPED state. I see something in the logs that that shows the channel ... |
Topic: MQ Error: AMQ9534 Channel XXX is currently not enabled. |
cs97jb
Replies: 36 Views: 32608
|
Forum: General Discussion Posted: Fri Feb 04, 2005 7:11 am Subject: MQ Error: AMQ9534 Channel XXX is currently not enabled. |
So starting up the QM doesn't automatically start up the channels... I see.
Once the QM is started, entries are placed in the AMxxxx.log file of this. However, if a script/manual process/etc.. was ... |
Topic: MQ Error: AMQ9534 Channel XXX is currently not enabled. |
cs97jb
Replies: 36 Views: 32608
|
Forum: General Discussion Posted: Fri Feb 04, 2005 6:21 am Subject: MQ Error: AMQ9534 Channel XXX is currently not enabled. |
So are you saying that the channel cannot be stopped automatically and that it can only be stopped via a script of some kind or manually?
Also, if the Queue Manager is stopped, do the channels also ... |