Skip to Content
0
Former Member
Jul 21, 2008 at 03:49 PM

Additional '0D''0A' being placed at end of message data.

561 Views

I have a file on the SAP file system. This file has mulitple lines in it and the lines are seperated with '0A' (New Line Character).

I read the file using a file adapter and add a 200 character header to the begining of the first line.

When we write the data using the JMS Adapter (Websphere) all the data gets put on the queue correctly including the header with this exception. Appended to the last line in the data are '0D' '0A'. How do I stop this from happening?