Skip to Content
0
Former Member
Dec 12, 2006 at 09:50 AM

Receiver File Empty

26 Views

I have been struggling with this for a day now and cant understand what is wrong.

I have the following payload which is sent from the pipeline to the receiver comm channel which has content conversion.

<?xml version="1.0" encoding="UTF-8" ?>

- text.com:xi">

- <Recordset1>

- <RecordStructure>

<id>C05-000089</id>

<SampleDescription>Fully Cooked Pork Loin B/R with BBQ Sauce</SampleDescription>

<SampleComments />

<OperatingCompany>Refrigerated Foods</OperatingCompany>

<Division>527</Division>

<location>N/A</location>

<sourcefacility>06/08/2005 10:16</sourcefacility>

<upc>Compliance</upc>

<date>1260031</date>

<sampletype>2.12</sampletype>

<samplecode>g</samplecode>

<nutrientname>zws0042</nutrientname>

</RecordStructure>

- <RecordStructure>

<id>C05-000064</id>

<SampleDescription>Pork Patties</SampleDescription>

<SampleComments />

<OperatingCompany>Culinary Products</OperatingCompany>

<Division>9030</Division>

<location>4530026311</location>

<sourcefacility>06/07/2005 15:37</sourcefacility>

<upc>Verification</upc>

<date>238585</date>

<sampletype>619.5</sampletype>

<samplecode>mg</samplecode>

<nutrientname>zjs0146</nutrientname>

<testvalue>NA</testvalue>

</RecordStructure>

</Recordset1>

</ns34:MT_INT>

So I know my mapping works etc but why do I get an empty receiver message.

My content conversion parameters are as follows.

Recordset Structure: Recordset1,RecordStructure

RecordStructure.fixedLengthValues: 10

RecordStructure.endSeperator: 'nl'

RecordStructure.endSeparator: 'nl'

So why do I get an empty message? please help with you solution