Author |
Message |
Topic: Channel not able to transmit data |
smurthy485
Replies: 15 Views: 9988
|
Forum: General Discussion Posted: Fri May 25, 2007 8:10 am Subject: make sure that the max msg size on the channels corresponds |
Acutally we have an exisitng connection that is working fine. So the only change we are atually carrying out is changing the conname on the sender channel. All other parameters are being untouched.
... |
Topic: Channel not able to transmit data |
smurthy485
Replies: 15 Views: 9988
|
Forum: General Discussion Posted: Thu May 24, 2007 6:05 am Subject: Channel not able to transmit data |
I did a telnet and it works.
If my amqsput binaries are going through it must be a issue with the way the firewall rules are set up. What size messages are allowed to pass through. Any thoughts on ... |
Topic: Channel not able to transmit data |
smurthy485
Replies: 15 Views: 9988
|
Forum: General Discussion Posted: Tue May 22, 2007 5:17 pm Subject: Channel not able to transmit data |
As you said the network admin is very adamant. As per his logic since the Channel is making a connection the network is ready and working well.
Is there any other test i can carryout from a MQ pers ... |
Topic: Channel not able to transmit data |
smurthy485
Replies: 15 Views: 9988
|
Forum: General Discussion Posted: Tue May 22, 2007 1:28 pm Subject: Channel not able to transmit data |
I discussed with the Network admins who set up the Firewall and they say everything is working fine on their side. |
Topic: Channel not able to transmit data |
smurthy485
Replies: 15 Views: 9988
|
Forum: General Discussion Posted: Tue May 22, 2007 12:27 pm Subject: Channel not able to transmit data |
I dont think it is an authentication issue as there are no errors pointing to that.
The error logs point to a TCP/IP issue, but the problem occurs only when there is data to be sent. |
Topic: Channel not able to transmit data |
smurthy485
Replies: 15 Views: 9988
|
Forum: General Discussion Posted: Tue May 22, 2007 11:29 am Subject: Channel not able to transmit data |
We used the following script to make the change
STOP CHANNEL(CHL_Name) MODE(FORCE)
ALTER CHANNEL(CHL_Name) CHLTYPE(SDR) CONNAME('xx.xx.xxx.xx(xxxx)')
RESET CHANNEL(CHL_Name) SEQNUM(1)
STA ... |
Topic: Channel not able to transmit data |
smurthy485
Replies: 15 Views: 9988
|
Forum: General Discussion Posted: Tue May 22, 2007 10:19 am Subject: Channel not able to transmit data |
Thanks for the reply.
We have already tried Stopping the channels and restarting.
The Channels establish connection, but go into the cycle of retrying / binding and running once the application ... |
Topic: Channel not able to transmit data |
smurthy485
Replies: 15 Views: 9988
|
Forum: General Discussion Posted: Tue May 22, 2007 8:42 am Subject: Channel not able to transmit data |
Hi,
I have an scenario where we are migrating from a old router which is going end of service to a new router.
On the exisiting environment our QMGR is able to connect to the other QMGR throug ... |