Hi, I migrated MQ 5.2 to 5.3. You can find some tips at Thread: "Migration MQ Series Server v.5.2.1" in this forum, however the question : What platform?? is important
Hi again,
Sometimes when client try to connect through MQ CLIENT, he gets 2195 error. I read manuals and the unique answer is "Unexpected error". This doesn't help me.
Please , can anybody tell me something about this error??? Is it means Time Out?? Is a misconfiguration in my server?
Is a...
Hello,
Company B wants to connect through MQ CLIENT to my MQ SERIES SERVER 5.3 over Linux Red Hat 8 but its connection is very very very slow, so sometimes they can connect and others they can't.
Can anybody tell me if there is a parameter in MQ CLIENT to control the TIME OUT connection to...
Hello,
I have a similar error but the returned code is 2195. What is the structure of the MQSERVER environment variable??
In my Windows 2000 Server , where is my client application, I configured it by this way :
- MQSERVER = CLIENT.BIZ.CANAL/TCP/192.168.0.189(2270)
My MQ SERVER is on Linux...
The channel is sender and I installed WebSphere MQ 5.3 over Linux for xSeries.
I have read the "WebSphere MQ Intercommunication" book and learned a little about triggers. One question : What happens if I have a trigger to start a channel when a message is sent but just in that moment there is...
Thank you very much for this help! I didn't know that every time that channel stops, a message is written to the SYSTEM.ADMIN.CHANNEL.EVENT.
But how do you trigger a channel??? Could you send me a little example please?
Because of this I have a doubt , the default depth of the...
I have this way to set the port in java for example :
public MQConn(String Hostname, String QManager, String Channel, String QLocal, int LocalOptions, String QRemote, int RemoteOptions) throws MQException {
super();
if (qMgr == null) {
//variables used for connection
hostname = Hostname...
Hi, sometimes sender channels go down because of losing the sequence number. Then the next step is to reset the channel manually.
How can the channel be reset automatically?? Is there any tool that helps to alert you if a channel goes down or get inactive??
Please help,
Regards,
LRH
Hi!, Well I don't know what happened with RH9 but now with RH8 I can create queue managers and channels without problems.
Is there any special requisite to use SSL channels? Where can I found a good information about this?
Well, I use "mqm" user to create the QManager. Have you installed MQ 5.3 over Linux RH9 without problems???
Crtmqm command is not the problem, I just put it to show the problem
[mqm@MQeBIZ mqm]$ crtmqm -q QM1
AMQ6090: WebSphere MQ can't show error message 20006220.
[mqm@MQeBIZ mqm]$...
Hi! I need help
I installed MQ SERIES SERVER 5.3 for linux for XSeries and when try to create the QManager , it shows :
[mqm@MQeBIZ mqm]$ crtmqm
AMQ6090: WebSphere MQ can't show an error message 20006220.
Distribution Linux is RED HAT 9.
What can I do??? What happens??? I installed all the...
Hi aixmurderer,
I had to stop the project of migration but currently I re-start it.
I bought an X SERIES SERVER X225 and installed LINUX RED HAT 9. I had to download PTF U487853 (CSD05) because of problems with the Red Hat version.
I downloaded MQ SERIES SERVER 5.3 for Linux from IBM page...
Thanks for your help aixmurderer
I decide to install WebSphere MQ Server for Linux for Intel. Please help, I hava some questions :
- Can I use Cluster in MQ 5.3?
- What about SSL??? I use MQIPT to encrypt information. My partners use MQIPT too... then, Can I use SSL and my partner MQIPT...
Hi,
I would like to get your opinions about this project:
1. I have a server RS6000 with MQ SERIES SERVER v.5.2.1 for AIX. In the same server there are DB2, WAS, HTTP, LDAP, MQIPT, etc. I have many clients (companies) connected to my MQ SERIES SERVER through their MQ SERVER or MQ CLIENT...
To create a connection to MQ to write a message in a remote queue:
write = new MQConn("localhost", 'QMB2MPROD', 'CLIENT.B2M.CANAL', null, 0, 'B2M.SOUTHERN.COLA.SALIDA', MQC.MQOO_FAIL_IF_QUIESCING | MQC.MQOO_OUTPUT | MQC.MQOO_ALTERNATE_USER_AUTHORITY);
this line of the program failed...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.