Author |
Message |
Topic: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
hcibm
Replies: 15 Views: 16672
|
Forum: General Discussion Posted: Fri Aug 20, 2004 1:42 pm Subject: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
Peeter, i just replied to your q ... thanks |
Topic: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
hcibm
Replies: 15 Views: 16672
|
Forum: General Discussion Posted: Fri Aug 20, 2004 1:31 pm Subject: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
also fyi ... the qmgr name is printed by our pgm when it comes up... it is not hardcoded, it is read from the database.
-hcibm |
Topic: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
hcibm
Replies: 15 Views: 16672
|
Forum: General Discussion Posted: Fri Aug 20, 2004 1:29 pm Subject: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
oh sorry, my bad ... now i understood vennela's question ... sorry i need to take a break ...
yes, qmgr on C is definitely running, since i was able to do an amqsputc (and also got the msg on the oth ... |
Topic: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
hcibm
Replies: 15 Views: 16672
|
Forum: General Discussion Posted: Fri Aug 20, 2004 12:41 pm Subject: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
Sorry I don't understand your question exaclty. The qmgr is running on AIX and the module that make the call to mq is a C pgm. Please let me know if your question was different. Thanks.
Regards,
-hc ... |
Topic: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
hcibm
Replies: 15 Views: 16672
|
Forum: General Discussion Posted: Fri Aug 20, 2004 12:04 pm Subject: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
Our failing program displays the queue manager name at the start of the program and it is the correct one that we are trying to talk to .......
Regards,
-hcibm |
Topic: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
hcibm
Replies: 15 Views: 16672
|
Forum: General Discussion Posted: Fri Aug 20, 2004 11:28 am Subject: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
Kumar,
I totally understand both the scenarios that you mentioned below and both are not true in our case .
Right after using amqsputc, the VERY NEXT COMMAND (in the same shell) is our pgm invoca ... |
Topic: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
hcibm
Replies: 15 Views: 16672
|
Forum: General Discussion Posted: Fri Aug 20, 2004 9:39 am Subject: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
the other thing i forgot to mention is ...
for A-->C, where the 2058 problem occurs, amqsputc works just fine but not our client program that uses the same MQSERVER env. variable from the same she ... |
Topic: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
hcibm
Replies: 15 Views: 16672
|
Forum: General Discussion Posted: Fri Aug 20, 2004 9:35 am Subject: weird 2058/MQRC_Q_MGR_NAME_ERROR err MQ client-Help needed! |
Hi,
We are using MQ in a client setup with MQSERVER env. var. defined.
The weird thing is, the client can talk to one qmgr on the same box, but not to the other. This is all under one unix (aix) box ... |
Topic: Windows not affected by change to MAXCHANNELS setting |
hcibm
Replies: 8 Views: 4117
|
Forum: General Discussion Posted: Mon Aug 16, 2004 1:03 pm Subject: Windows not affected by change to MAXCHANNELS setting |
We changed both maxchannels and maxactivechannels to be 2048 and also restarted the queue manager. Still no luck!
Regards,
-hcibm |
Topic: Windows not affected by change to MAXCHANNELS setting |
hcibm
Replies: 8 Views: 4117
|
Forum: General Discussion Posted: Mon Aug 16, 2004 11:22 am Subject: Windows not affected by change to MAXCHANNELS setting |
Nope. We have far less than 200 channels being used may be. we just picked a huge number to play with. also the MAXACTIVECHANNELS is set to 256.
do you think we need to touch/change any registry sett ... |
Topic: Windows not affected by change to MAXCHANNELS setting |
hcibm
Replies: 8 Views: 4117
|
Forum: General Discussion Posted: Mon Aug 16, 2004 11:13 am Subject: Windows not affected by change to MAXCHANNELS setting |
Thanks Peter for your prompt reply.
We are using xp pro, we changed the maxchannels number to 2000.
Regards,
-hcibm |
Topic: Windows not affected by change to MAXCHANNELS setting |
hcibm
Replies: 8 Views: 4117
|
Forum: General Discussion Posted: Mon Aug 16, 2004 10:49 am Subject: Windows not affected by change to MAXCHANNELS setting |
do we need to modify any registry settings? or do we need to move to windows 2000/nt? we are currently on windows xp.
-hcibm |
Topic: Windows not affected by change to MAXCHANNELS setting |
hcibm
Replies: 8 Views: 4117
|
Forum: General Discussion Posted: Mon Aug 16, 2004 10:13 am Subject: Windows not affected by change to MAXCHANNELS setting |
hi,
we are hitting the maxchannels reached problem on windows (xp). when we bump up the MAXACHANNELS and MAXACTIVECHANNEL settings and restart the queue manager, we don't see the change being reflect ... |
Topic: hitting MQRC_Q_MGR_NOT_AVAILABLE in an MQ Client setup |
hcibm
Replies: 7 Views: 5888
|
Forum: General Discussion Posted: Thu Aug 05, 2004 9:19 am Subject: hitting MQRC_Q_MGR_NOT_AVAILABLE in an MQ Client setup |
Hi OmPat,
Exactly. Your understanding of the problem is correct. Two instances work fine and the problem is with the 3rd instance of the application which gets the MQRC_QMGR_NOT_AVAILABLE. The mq err ... |
Topic: hitting MQRC_Q_MGR_NOT_AVAILABLE in an MQ Client setup |
hcibm
Replies: 7 Views: 5888
|
Forum: General Discussion Posted: Wed Aug 04, 2004 12:49 pm Subject: hitting MQRC_Q_MGR_NOT_AVAILABLE in an MQ Client setup |
One other thing, we have the client on AIX and the MQ Server on Windows (NT). We have MQ Series v5.3 running with CSD5. |