Author |
Message
|
sandip_gaikwad |
Posted: Sat Oct 13, 2012 11:18 am Post subject: Ideal parameter for mqclient.ini file in linux rhel 5 |
|
|
Voyager
Joined: 25 Jul 2011 Posts: 95
|
I am having mq client 7.0.1 .Kindly advice what is ideal parameter we need to define in mqclient.ini file .I am facing a problem of connection closed with server.Kindly do needful. |
|
Back to top |
|
 |
mqjeff |
Posted: Sat Oct 13, 2012 11:57 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Do you mean "idle" instead of "ideal" ? |
|
Back to top |
|
 |
bruce2359 |
Posted: Sat Oct 13, 2012 12:02 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Might help if you posted the exact error(s) from the errors folder on both client and server ends. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
sandip_gaikwad |
Posted: Sun Oct 14, 2012 9:04 am Post subject: |
|
|
Voyager
Joined: 25 Jul 2011 Posts: 95
|
I am facing connection lost problem in between client and server .So I need which parameter I need to define in mqclient.ini configuration file. |
|
Back to top |
|
 |
bruce2359 |
Posted: Sun Oct 14, 2012 9:29 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
How dou know you are facing a connection lost problem?
Did you receive some kind of error message? If so, what was the exact error?
Why do you brlieve client ini file settings will fix this?
What have you tried? What were the results? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
mqjeff |
Posted: Sun Oct 14, 2012 9:43 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
sandip_gaikwad wrote: |
I am facing connection lost problem in between client and server .So I need which parameter I need to define in mqclient.ini configuration file. |
There is no parameter that you can put in the mqclient.ini file to say "never allow the connection to be dropped by the other side".
There is no parameter you can put on either side of an MQ client connection - or any kind of MQ channel connection - that will prevent a badly configured firewall in the middle from breaking your connection at the wrong time.
There is no parameter you can put on either side of an MQ channel connection that will prevent the backhoe from digging up the fiber optic cable that connects the two locations.
There is no parameter you can put on either side of an MQ channel connection that will prevent the network administrator from randomly rebooting the router that connects both sides "for necessary maintenance that will have no impact on anyone". |
|
Back to top |
|
 |
sandip_gaikwad |
Posted: Sun Oct 14, 2012 10:09 am Post subject: |
|
|
Voyager
Joined: 25 Jul 2011 Posts: 95
|
I am getting following error in queue manager error log file
AMQ9209: Connection to host 'x.x.x.x' closed.
EXPLANATION:
An error occurred receiving data from 'x.x.x.x' over TCP/IP. The connection
to the remote host has unexpectedly terminated.
ACTION:
Tell the systems administrator.
In x.x.x.x having my mq client.
Last edited by sandip_gaikwad on Fri Mar 29, 2013 11:34 pm; edited 1 time in total |
|
Back to top |
|
 |
bruce2359 |
Posted: Sun Oct 14, 2012 10:22 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Is this your first client app?
Is this a new application?
Are other apps failing, too?
What is different about this IP address? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
sandip_gaikwad |
Posted: Sun Oct 14, 2012 10:33 am Post subject: |
|
|
Voyager
Joined: 25 Jul 2011 Posts: 95
|
My application is working fine with MQ 6.0 but when I will go for MQ 7.0.1 client so that I face that kind of problem.Kindly tell me what is the issu |
|
Back to top |
|
 |
bruce2359 |
Posted: Sun Oct 14, 2012 11:04 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
sandip_gaikwad wrote: |
My application is working fine with MQ 6.0 but when I will go for MQ 7.0.1 client so that I face that kind of problem.Kindly tell me what is the issu |
Go for? Please explain.
Is the qmgr v7?
Did you install the v7 client on the client platform?
Did you recompile the client app?
What error(s) in the ERRORS folder/directory on the CLIENT platform? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Vitor |
Posted: Sun Oct 14, 2012 12:22 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sandip_gaikwad wrote: |
Kindly tell me what is the issu |
The issue is that the connection's being terminated at a network level.
Does the "working" v6.0 set up use the same network path as the not working v7 one?
If that's what the queue manager log says, what does the client and your application say?
Why does your client application not deal with a dropped connection by reconnecting? As @mqjeff correctly points out, whatever you configure in WMQ is vunerable to any issues in the network (human caused or not) and sooner or later your connection will drop. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
sandip_gaikwad |
Posted: Mon Oct 15, 2012 1:37 am Post subject: |
|
|
Voyager
Joined: 25 Jul 2011 Posts: 95
|
I am explaining all condition.In my previous environment MQ 6.0 server and MQ 6.0 client was there that time that kind of issue not happened.But recently I am using MQ server 6.0 and MQ client 7.0.1 in other end after that this kind of issue is coming .What will be cause for the issue? |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Oct 15, 2012 1:54 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
sandip_gaikwad wrote: |
I am explaining all condition.In my previous environment MQ 6.0 server and MQ 6.0 client was there that time that kind of issue not happened.But recently I am using MQ server 6.0 and MQ client 7.0.1 in other end after that this kind of issue is coming .What will be cause for the issue? |
You have not proved that you ever got a successful connect with client 7.0.1... Did you check with a telnet to the mqserver and mqserver port, whether communication with the MQServer would even be possible?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Oct 15, 2012 2:43 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
We're telling you that there isn't a single easy answer for this.
You must follow a *procedure*. That procedure is called "troubleshooting". |
|
Back to top |
|
 |
sandip_gaikwad |
Posted: Mon Oct 15, 2012 3:45 am Post subject: |
|
|
Voyager
Joined: 25 Jul 2011 Posts: 95
|
I already tested the connectivity between server and client they both are going fine.In client side we got the AMQ9208 error. |
|
Back to top |
|
 |
|