Skip to main content
Question

TCPIPReceiver Query

  • April 19, 2017
  • 4 replies
  • 76 views

Forum|alt.badge.img

Hi, I'm trying to query a TCP/IP protocol service. Not having much exposure to the TCP/IP protocol I'm wondering if it is the workflow of the TCPIPReceiver? I can confirm the workbench is hitting the target server with the query created in the Attribute Creator however I'm getting no response from the server. See attached image of workbench.

Any advice would be appreciated?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

Forum|alt.badge.img
  • Author
  • April 20, 2017

Image of workbench

itay
Supporter
Forum|alt.badge.img+19
  • Supporter
  • April 24, 2017

Hi @robertlewis,

I am not sure how you are setting up the TCPIPSender initiation sequence setting, but looks like it should be set to Establish and therefore running before the TCPIPReceiver.

I am not sure if this is possible to set the order in one workspace so I would try placing the TCPIPReceiver and the rest of the lower second half of the workspace in a separate workspace.

Hope this helps.


takashi
Celebrity
  • April 29, 2017

Hi @robertlewis, I think you will have to run the TCPIPSender and the TCPIPReceiver in different processes (i.e. different workspaces) separately. For example, while the first workapace is running to send a data stream with a TCPIPSender (Initiation Sequence: Establish), you can run the second workspace to receive the stream with a TCPIPReceiver (Initiation Sequence: Connect).


Forum|alt.badge.img
  • Author
  • April 30, 2017

Thank you both @itay and @takashi for the feedback , I'll try this workflow later on this week.