Author |
Message
|
jayaramanit |
Posted: Mon Apr 23, 2007 10:29 pm Post subject: Starting a channel |
|
|
Apprentice
Joined: 27 Feb 2007 Posts: 30 Location: India
|
I am using Websphere MQ 6 in my laptop, i am unable to start any of the channel.........
i am getting the following error in the log files....
4/24/2007 11:38:31 - Process(4556.24) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9208: Error on receive from host localhost (127.0.0.1).
EXPLANATION:
An error occurred receiving data from localhost (127.0.0.1) over TCP/IP. This
may be due to a communications failure.
ACTION:
The return code from the TCP/IP (recv) call was 10054 (X'2746'). Record these
values and tell the systems administrator. |
|
Back to top |
|
 |
jsware |
Posted: Mon Apr 23, 2007 11:10 pm Post subject: |
|
|
 Chevalier
Joined: 17 May 2001 Posts: 455
|
10054 means "connection reset". Do you have a listener on your laptop that is able to accept connections. I am assuming you have multiple qmgrs on your laptop and you are trynig to setup intercomms between them. Make sure you specify the correct port number in the channel's conname and that you have set a listener up for each qmgr and they are listening on different ports.
Do you have any FDC files generated? _________________ Regards
John
The pain of low quaility far outlasts the joy of low price. |
|
Back to top |
|
 |
jayaramanit |
Posted: Mon Apr 23, 2007 11:25 pm Post subject: |
|
|
Apprentice
Joined: 27 Feb 2007 Posts: 30 Location: India
|
yes, I have many Qmgrs in my laptop, i have configured the listeners properly and all the listeners are running.
I have specified the port numbers properly in the conection parameter.
Previously I have problem with the MQNOREMPOOL variable. Some times I will set this variable to 1 and start the channel and some time I will remove this variable and start the channel.
But now I am unable to start any of the channel.
How to check whether FDC is created or not?
Kindly help on this issue........ |
|
Back to top |
|
 |
Vitor |
Posted: Tue Apr 24, 2007 12:04 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jayaramanit wrote: |
How to check whether FDC is created or not?
|
Check the folder - if there are files with names in the format xxxxxxx.FDC they're being created!  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
dgolding |
Posted: Tue Apr 24, 2007 12:10 am Post subject: |
|
|
 Yatiri
Joined: 16 May 2001 Posts: 668 Location: Switzerland
|
Typically the folder is:
"C:\Program Files\IBM\WebSphere MQ\Errors"
unless you installed it somewhere else. |
|
Back to top |
|
 |
jayaramanit |
Posted: Tue Apr 24, 2007 12:16 am Post subject: |
|
|
Apprentice
Joined: 27 Feb 2007 Posts: 30 Location: India
|
yes, i found four FDC files.
what is the purpose of this FDC file.
I am mailing you this FDC files. |
|
Back to top |
|
 |
jayaramanit |
Posted: Tue Apr 24, 2007 12:18 am Post subject: |
|
|
Apprentice
Joined: 27 Feb 2007 Posts: 30 Location: India
|
how to send you this files? |
|
Back to top |
|
 |
dgolding |
Posted: Tue Apr 24, 2007 12:20 am Post subject: |
|
|
 Yatiri
Joined: 16 May 2001 Posts: 668 Location: Switzerland
|
How do you know if the FDCs are related - is the create/modify date and time the same is the starting channel entry in the queue manager error log? |
|
Back to top |
|
 |
jayaramanit |
Posted: Tue Apr 24, 2007 12:28 am Post subject: |
|
|
Apprentice
Joined: 27 Feb 2007 Posts: 30 Location: India
|
i tried starting the channel once again....but none of the FDC files are updated .
I think this is windows related problem........whether we have to set any environment variable or any other setting changes? |
|
Back to top |
|
 |
Vitor |
Posted: Tue Apr 24, 2007 12:47 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
If you've got no FDC and a TCP/IP problem in the log, then you have a network issue not an environmental one. What firewall software does your laptop have? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jayaramanit |
Posted: Tue Apr 24, 2007 1:02 am Post subject: |
|
|
Apprentice
Joined: 27 Feb 2007 Posts: 30 Location: India
|
No fire wall has been installed in my laptop... |
|
Back to top |
|
 |
Vitor |
Posted: Tue Apr 24, 2007 1:12 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Well something is causing that connection to reset and throw a 10054.....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
EddieA |
Posted: Tue Apr 24, 2007 8:46 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
After setting the MQNOREMPOOL, you have to re-boot. You just can't set that, and then start the channel.
Cheers. _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|