Author |
Message
|
rohank84 |
Posted: Wed Dec 31, 2008 4:02 am Post subject: TCPIP nodes |
|
|
Centurion
Joined: 31 Dec 2008 Posts: 109
|
Hi
I have made a sample TCPIP flows .
1st flow
FileInput -->TCPIPClientOutput --> FileOutput
2nd flow
TCPIPClientInput --> FileOutput
both of the TCP nodes are on same listening ports.
the problem is that for the 1st flow i am getting the fileoutput whereas i dnt get any file output for the second flow..
there are no errors in Event Log as well as in Windows Event viewer....
Thanks |
|
Back to top |
|
 |
Vitor |
Posted: Wed Dec 31, 2008 4:09 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Is this post related to this? Has this first problem now been resolved then? If not, the claim here that both nodes are on the same port illuminates both problems.
If not, don't double post. Even creatively changing the wording. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
rohank84 |
Posted: Wed Dec 31, 2008 4:13 am Post subject: |
|
|
Centurion
Joined: 31 Dec 2008 Posts: 109
|
Hi Vitor,
The previous problem solved the port number was incorrect.
Can you help me with this issue |
|
Back to top |
|
 |
Vitor |
Posted: Wed Dec 31, 2008 4:19 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rohank84 wrote: |
Can you help me with this issue |
Vitor wrote: |
If not, the claim here that both nodes are on the same port illuminates both problems. |
_________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Dec 31, 2008 7:12 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Vitor, I believe that rohank84 is attempting to use the TCPIP nodes to copy the file - to have the TCPClientOutput node send the data to the TCPClientInput node. If that is the case, then both nodes would *need* to be using the same port, one node to write to it and the other to read from it.
But nothing else that has been posted shows anything that indicates what the problem might be.
rohank84 - please revisit *every single* property on both your TCP nodes and make sure that you are closing the message at the right time. The TCPClientInput node could be waiting for the message to complete.
You might also need to be using a Server node instead of a Client node in one case.
Also please specify what version of Broker you are using, and thus what version of the TCP nodes you are using. |
|
Back to top |
|
 |
rohank84 |
Posted: Fri Jan 02, 2009 12:49 am Post subject: |
|
|
Centurion
Joined: 31 Dec 2008 Posts: 109
|
Hi guys , Happy new year !
the version of broker is 6.1 and toolkit version is 6.1.0.3. Sorry i dnt knw the version of TCP node.
I made this flow from the toolkit help contents. So the flow is as per that example. The problem that i see here is that my application is not able to connect to the port number mentioned in the example , so i am using one of the listening ports on my PC.
may be i am wrong as i am new to the broker...apart from this i dnt see any problem as the flow is as per the example
Thanks |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Jan 02, 2009 6:39 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
If you are using 6.1.0.3, then you are using the nodes built into 6.1.0.3 and thus they are version 6.1.0.3. If you were using 6.0 version of Broker, you could be using the supportPac nodes instead of the built in nodes.
I'm not sure what a "listening port" is. But you say there aren't any errors in the log (windows event viewer)?
You should turn on User Trace in both flows and see what it says. |
|
Back to top |
|
 |
rohank84 |
Posted: Tue Jan 06, 2009 1:34 am Post subject: |
|
|
Centurion
Joined: 31 Dec 2008 Posts: 109
|
hi guys the problem is resolved ......thanks |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Jan 06, 2009 3:15 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Would you care to share with us what the soluton was?
This was others can learn from your experences.
 _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
rohank84 |
Posted: Tue Jan 06, 2009 3:34 am Post subject: |
|
|
Centurion
Joined: 31 Dec 2008 Posts: 109
|
i am working on windows XP so there is internal firewall for windows XP ..I diabled the firewall and secondly i used serverOutput to create the connection and client input for recieving.
do remember to close the output stream when the data is sent. |
|
Back to top |
|
 |
|