Author |
Message
|
salam salem |
Posted: Tue Sep 24, 2013 12:53 am Post subject: Problem in TCPIP Client Node |
|
|
Newbie
Joined: 24 Sep 2013 Posts: 6
|
I have problem when deploy my application appear that the Local variable unavailable ( I have TCP IP asynchronous flow). |
|
Back to top |
|
 |
aggarwal.intouch |
Posted: Tue Sep 24, 2013 1:01 am Post subject: |
|
|
 Acolyte
Joined: 30 May 2011 Posts: 56 Location: India
|
Could you please tell us more about the issue and share the exact error mesage with us. |
|
Back to top |
|
 |
salam salem |
Posted: Tue Sep 24, 2013 4:29 am Post subject: |
|
|
Newbie
Joined: 24 Sep 2013 Posts: 6
|
I want to create SMPP over TCPIP using MB , I create message flow contian TCPIPClientOutput and TCPIPClientInput node and parse my msg to BLOB, I connect with SMPPSIM to test it , when deploy the flow I get response on the SMPPSIM but i want to retrive this response to my flow using TCPIPCLientInput node .
When I Test my flow and arrive to TCPIPClientInput the Dbugger give me the following message:
((TCPIPInputContext.markStream() line: 182 [local variables unavailable] )) |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Sep 24, 2013 4:46 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
First off, don't use the debugger because you will timeout. Use Trace nodes since Trace nodes preserve your timing.
Secondly, you say you have a problem but you do not clearly specify what the problem is. Are you getting an error ? If so, what is the error ? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
salam salem |
Posted: Tue Sep 24, 2013 4:56 am Post subject: |
|
|
Newbie
Joined: 24 Sep 2013 Posts: 6
|
lancelotlinc wrote: |
First off, don't use the debugger because you will timeout. Use Trace nodes since Trace nodes preserve your timing.
Secondly, you say you have a problem but you do not clearly specify what the problem is. Are you getting an error ? If so, what is the error ? |
I want to get response from SMSC to my Flow |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Sep 24, 2013 4:57 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
salam salem wrote: |
lancelotlinc wrote: |
First off, don't use the debugger because you will timeout. Use Trace nodes since Trace nodes preserve your timing.
Secondly, you say you have a problem but you do not clearly specify what the problem is. Are you getting an error ? If so, what is the error ? |
I want to get response from SMSC to my Flow |
Try this working example sample. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
|