Author |
Message
|
rohank84 |
Posted: Tue Mar 17, 2009 10:41 pm Post subject: TCPIP nodes |
|
|
Centurion
Joined: 31 Dec 2008 Posts: 109
|
hi guys
I have a made a flow for TCPIP connections using timer node.
TimerNotification --> Compute --> TCPIPClientOutput --> TCPIPClientRecieve
The timer node is used to call the flow at specified time and in the compute node i set the hostname and port number. This is a synchronous flow. Till now there is no problem.
The problem is in connection of TCPIP node for a port .....The error i get is in "Connection Refused".
I have a similar flow where instead of TCPIPClientRecieve i have used TCPIPServerInput. This flow is asynchronous. I.e there is 1 flow to send data and 1 flow to recieve data. this flow works on same port as I have mentioned in synchronous flow. This flow works absolutely fine.
What could be the problem with the synchronous flow.
Thanks |
|
Back to top |
|
 |
rohank84 |
Posted: Tue Mar 17, 2009 10:59 pm Post subject: |
|
|
Centurion
Joined: 31 Dec 2008 Posts: 109
|
i have run this flow in Debug mode and this is exception that i get
Code: |
<com.ibm.broker.plugin.MbRecoverableException class:java.lang.Class method:createConnection source:BIPv610 key:3586 > |
|
|
Back to top |
|
 |
rohank84 |
Posted: Wed Mar 18, 2009 10:08 pm Post subject: |
|
|
Centurion
Joined: 31 Dec 2008 Posts: 109
|
hi ...this isue is resolved ... |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Mar 18, 2009 10:36 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Could you post how it was resolved so that others can benefit from your experience? _________________ 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: Wed Mar 18, 2009 11:55 pm Post subject: |
|
|
Centurion
Joined: 31 Dec 2008 Posts: 109
|
hi ....i used TCPIPServerRecieve instead of TCPIPClientRecieve.....and it worked ....i closed the connection to "After Data is recieved" and the rest properties is default..... |
|
Back to top |
|
 |
|