Ask a questionAsk a question
 

AnswerEDI send pipeline error

  • Thursday, July 26, 2007 12:48 PMMark12345 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

     

    Hi,
    I am getting xml and converting to EDI X12 04010-850 document. In the send port I have set file adapter and custom EDI pipeline.( In Pipeline Assembler stage edi-assember is added). First schema file which i got was working fine but letter on schema formate has changed. It started giving me
    error: unable to read stream produced by send pipeline
    Detail: serialization error

    After this again changed schema to original one which was working and I am getting same error message?

Answers

  • Thursday, July 26, 2007 8:58 PMMohsin Kalam – MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    There could be several reasons for this.

    1. Schema does not match the instance you are using

    2. Validation error during serialization.

     

    Could you post the complete event log entry and I will be able to further assist you.

     

    Thanks

    Mohsin

  • Friday, July 27, 2007 12:55 AMMark12345 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    You are right it was EDI validation error !!! I am manipulation input  xml inside map which was resulting in extra space at the end of value. Inside party it wasn't configured to allow it and it was throwing xml serialization error.l

All Replies

  • Thursday, July 26, 2007 8:58 PMMohsin Kalam – MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    There could be several reasons for this.

    1. Schema does not match the instance you are using

    2. Validation error during serialization.

     

    Could you post the complete event log entry and I will be able to further assist you.

     

    Thanks

    Mohsin

  • Friday, July 27, 2007 12:55 AMMark12345 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    You are right it was EDI validation error !!! I am manipulation input  xml inside map which was resulting in extra space at the end of value. Inside party it wasn't configured to allow it and it was throwing xml serialization error.l