Author |
Message |
Topic: MQRC_CHANNEL_STOPPED_BY_USER not returning some parameters |
sotoka
Replies: 12 Views: 5118
|
Forum: IBM MQ API Support Posted: Sun Mar 05, 2006 6:46 am Subject: MQRC_CHANNEL_STOPPED_BY_USER not returning some parameters |
i think the doc's wrong...I've submited a feedback to the info people.....
Guess I should create a signature for this forum and put the "Thanks wschutz!" in there  |
Topic: MQRC_CHANNEL_STOPPED_BY_USER not returning some parameters |
sotoka
Replies: 12 Views: 5118
|
Forum: IBM MQ API Support Posted: Sun Mar 05, 2006 5:28 am Subject: MQRC_CHANNEL_STOPPED_BY_USER not returning some parameters |
however, this makes sense to me... I wouldn't expect that conname.xmitq would be in the MQRC_CHANNEL_STOPPED_BY_USER (as that comes the from the command and xmitq/conname are unresolved at that time ... |
Topic: MQRC_CHANNEL_STOPPED_BY_USER not returning some parameters |
sotoka
Replies: 12 Views: 5118
|
Forum: IBM MQ API Support Posted: Sun Mar 05, 2006 2:01 am Subject: MQRC_CHANNEL_STOPPED_BY_USER not returning some parameters |
wschutz, would you be so kind and recompile evmon with this case statement
in the dispReason function?
case MQRC_CHANNEL_STOPPED_BY_USER:
strcpy(rval, "MQRC_CHANNEL_STOPPED_BY_ ... |
Topic: MQRC_CHANNEL_STOPPED_BY_USER not returning some parameters |
sotoka
Replies: 12 Views: 5118
|
Forum: IBM MQ API Support Posted: Sat Mar 04, 2006 3:48 pm Subject: MQRC_CHANNEL_STOPPED_BY_USER not returning some parameters |
> Well, that makes a subtopic now icon_smile.gif Why two events?
Hm, I guess I know why. MQRC_CHANNEL_STOPPED_BY_USER is created when user issues a STOP CHANNEL command and MQRC_CHANNEL_STOPPED ... |
Topic: MQRC_CHANNEL_STOPPED_BY_USER not returning some parameters |
sotoka
Replies: 12 Views: 5118
|
Forum: IBM MQ API Support Posted: Sat Mar 04, 2006 3:42 pm Subject: MQRC_CHANNEL_STOPPED_BY_USER not returning some parameters |
> I get this for a v53 fp9 and v6 fp1 qmgr on linux for a sender chl:
I don't have access to a UNIX box right now so can't tell if that makes
a difference.
[snip]
> so this is a litt ... |
Topic: MQRC_CHANNEL_STOPPED_BY_USER not returning some parameters |
sotoka
Replies: 12 Views: 5118
|
Forum: IBM MQ API Support Posted: Sat Mar 04, 2006 12:36 pm Subject: MQRC_CHANNEL_STOPPED_BY_USER not returning some parameters |
> are you at a reasonibly current csdl level?
Sorry for not providing this earlier.
D:\WebSphere MQ\bin>mqver.exe
Name: WebSphere MQ
Version: 530.12 CSD12
CMVC level: p530- ... |
Topic: MQRC_CHANNEL_STOPPED_BY_USER not returning some parameters |
sotoka
Replies: 12 Views: 5118
|
Forum: IBM MQ API Support Posted: Sat Mar 04, 2006 9:38 am Subject: MQRC_CHANNEL_STOPPED_BY_USER not returning some parameters |
Hello,
"WebSphere Event Monitoring" (5.3 edition) says that
the event data of MQRC_CHANNEL_STOPPED_BY_USER will always
contain four parameters: QMgrName, ReasonQualifier, ChannelName
and ErrorIden ... |
Topic: Maximum length of MQCACF_AUX_ERROR_DATA_STR1-3 |
sotoka
Replies: 4 Views: 2020
|
Forum: IBM MQ API Support Posted: Fri Mar 03, 2006 9:47 am Subject: Maximum length of MQCACF_AUX_ERROR_DATA_STR1-3 |
Thanks. |
Topic: Maximum length of MQCACF_AUX_ERROR_DATA_STR1-3 |
sotoka
Replies: 4 Views: 2020
|
Forum: IBM MQ API Support Posted: Sat Feb 25, 2006 9:09 am Subject: Maximum length of MQCACF_AUX_ERROR_DATA_STR1-3 |
> I'm sure it will never be longer than 104857600 bytes...
Heh, OK... |
Topic: Maximum length of MQCACF_AUX_ERROR_DATA_STR1-3 |
sotoka
Replies: 4 Views: 2020
|
Forum: IBM MQ API Support Posted: Sat Feb 25, 2006 8:53 am Subject: Maximum length of MQCACF_AUX_ERROR_DATA_STR1-3 |
Hello,
"Monitoring WebSphere MQ Version 6.0" does not metion the maximum
length of MQCACF_AUX_ERROR_DATA_STR1, MQCACF_AUX_ERROR_DATA_STR2,
and MQCACF_AUX_ERROR_DATA_STR3 parameters of "Channel Stop ... |
Topic: Comment in MO01 about gmo.WaitInterval = MQWI_UNLIMITED |
sotoka
Replies: 7 Views: 4226
|
Forum: General IBM MQ Support Posted: Sat Feb 11, 2006 3:31 am Subject: Re: Comment in MO01 about gmo.WaitInterval = MQWI_UNLIMITED |
Okay, guys. Thanks for an ultra-quick annswer and hints! |
Topic: Comment in MO01 about gmo.WaitInterval = MQWI_UNLIMITED |
sotoka
Replies: 7 Views: 4226
|
Forum: General IBM MQ Support Posted: Fri Feb 10, 2006 1:44 pm Subject: Comment in MO01 about gmo.WaitInterval = MQWI_UNLIMITED |
Hello,
while reading the source code of evmon.c from MO01
I've stumbled across this comment
/****************************************************************/
/* we used to have this as ... |