Author |
Message |
Topic: Application not able to connect Queue Manager of MQ series |
zboy
Replies: 17 Views: 16012
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Oct 29, 2008 11:02 pm Subject: Application not able to connect Queue Manager of MQ series |
'............UNKN'
'OWN ........'
this means that the OS has not found the user id, and wmq has substituted UNKNOWN
the problem is in the OS authentication mechanism |
Topic: AMQ8145: Connection broken when using runmqsc |
zboy
Replies: 18 Views: 22205
|
Forum: General IBM MQ Support Posted: Wed Oct 29, 2008 2:10 am Subject: AMQ8145: Connection broken when using runmqsc |
you could do that, amend the permissions of the executable and the files, but IBM would then refuse to support it
IBM say that runmqsc can only be run by a member of the mqm group
it is supporte ... |
Topic: Error Code 2059 Returned By MQCONN |
zboy
Replies: 8 Views: 45190
|
Forum: IBM MQ API Support Posted: Tue Oct 28, 2008 11:06 pm Subject: Error Code 2059 Returned By MQCONN |
Borland C++ Builder 6.0
try using a supported compiler |
Topic: strange MQ RC 2080 happen |
zboy
Replies: 13 Views: 18682
|
Forum: General IBM MQ Support Posted: Tue Oct 28, 2008 11:04 am Subject: strange MQ RC 2080 happen |
Finally I found that this problem will happen on MQ 6.0.2.3 - 6.0.2.5, but when I run it on 6.0.2.0, this problem will not happen any more...
rubbish
this is an app programming error pure and si ... |
Topic: Segmentation In MQ |
zboy
Replies: 1 Views: 3551
|
Forum: IBM MQ API Support Posted: Wed Oct 22, 2008 11:19 pm Subject: Segmentation In MQ |
unless you have thoroughly read and understood the section in the APR about the use of the segmentation flags, and from the above it does not appear that you have, you should let the qmgr do the segme ... |
Topic: CCSID500 Double Byte? |
zboy
Replies: 2 Views: 3977
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Oct 20, 2008 11:12 pm Subject: CCSID500 Double Byte? |
1. Does CCSID500 support both single byte and double byte characters?
No, 500 is single byte only
this is nothing to do with WMQ. the problem is caused by the msg not being described properly ... |
Topic: DefaultBindType=ISOLATED |
zboy
Replies: 5 Views: 6527
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 20, 2008 11:03 pm Subject: DefaultBindType=ISOLATED |
ISOLATED will not help with heap problems
it is to do with not using IPC memory to communicate between app and qmgr, but using sockets instead
this is an example of a quite common false syllogism
... |
Topic: MQ administration with restricted users |
zboy
Replies: 2 Views: 3389
|
Forum: General Discussion Posted: Mon Oct 20, 2008 10:53 pm Subject: MQ administration with restricted users |
setmqaut has no effect on the mqm group
create a user in an admin group, not mqm
create setmqaut auth for that group
allow sudo to mqm for the user
sudo to mqm to execute runmqsc
the auth for the ... |
Topic: messaging reaching backend with delay in response |
zboy
Replies: 7 Views: 4654
|
Forum: General IBM MQ Support Posted: Wed Oct 15, 2008 11:13 pm Subject: messaging reaching backend with delay in response |
how could you think that you have supplied enough info for anyone to determine the problem?
why should anyone help you when you have made practically no effort to help yourself? |
Topic: dspmq (how does it really work) |
zboy
Replies: 1 Views: 3816
|
Forum: General IBM MQ Support Posted: Thu Oct 09, 2008 12:10 am Subject: dspmq (how does it really work) |
Why not trace it, analyse the trace, and then let us know? |
Topic: how does amqsput distinguish qlocal and qcluster? |
zboy
Replies: 12 Views: 17778
|
Forum: Clustering Posted: Thu Oct 02, 2008 10:37 pm Subject: how does amqsput distinguish qlocal and qcluster? |
The iniital value of the DEFBIND attribute on a queue is OPEN, and amqsput does not alter it when opening the queue, so msgs will all go to a single instance of the cluster queue. |
Topic: Given QM how to find the clients |
zboy
Replies: 8 Views: 4890
|
Forum: General Discussion Posted: Thu Oct 02, 2008 10:32 pm Subject: Given QM how to find the clients |
Delete queue QM1 on your server. The complaints coming in will tell you who is using the queue out there. |
Topic: broker always fill replyToQmgr field with local qmgr name |
zboy
Replies: 3 Views: 3698
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 01, 2008 12:59 pm Subject: broker always fill replyToQmgr field with local qmgr name |
No, you are wrong. The ReplyToQMgr field is always filled in with the name of the local qmgr unless it is non-blank, in which case it is left as it is. |