Posted: Mon Mar 30, 2009 8:24 am Post subject: Connection id from TCP ClientOutput node to receive node
Voyager
Joined: 01 Aug 2001 Posts: 88 Location: Pune, India
I have a remote TCP server program. Using a Java test client I am able to connect to it, pass some data and get the response back on the same socket connection.
I need to implement this client in WMB, I am using TCPClientOutput node and TCPClientReceive node. I am able to post the data and as per the logs on TCP server, its returning the data also but my TCPClientReceive node complains - 3595 'no data on connection' .
I am keeping the connection open in my client output node and in the connection id property of recive node, I am giving $LocalEnvironment/WrittenDestination/TCPIP/Output/ConnectionDetails[1]/Id. Read somewhere in the documentation that this will help in passing the connection from Output node to receive node. The trace also confirms that the connection id used by receive node is same as the one used by output node so what am I missing?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum