Hi,
I'm trying to send the below TCP buffer to our TIBCO interface (the buffer was provided by dev team). I have parameterized this data in the script. But I'm getting error 9013 Unable to transfer buffer. When I verified each special symbol in the buffer I found it is the backslash "\" between FNAME and LNAME which cannot be translated by LR. I have tried putting escape characters i.e. \\ but same error.
please can anyone guide what could be wrong here?
TMTMAL003012MTTMTRECEIPT00400221005019TEST@MAIL.COM006003USA007014FNAME\LNAME08/17/2016 100.00011011 25.00012011 125.00013011 0.00015003USD017011 100.00018003USD019015NAME1 NAME2MONTVALE007NJ, USA039008MTUSTOUS10:28:2904NAME1 NAME20308MONTVALEUNITED STATESTEST@MAIL.COMUS Dollar116016
Thanks