Hi,
I’m new in Biztalk and I try to process a flat file to create an IDOC in SAP.
In my flat file structure , I’ve defined 3 child nodes in element type Record because I need to create 3 items segments in my IDOC in SAP.
Each child nodes contains 4 data ( string ).
In my mapping I’ve used a looping functoids to create a new segment for each Record.
In my receive pipeline, I use a flat file dissasembler.
But when I test, I have the following error:
There was a failure executing the receive pipeline: \”Demande_de_chargement.RP_dpo_cics, Demande de chargement, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c77dc822841b7a10\” Source: \”Flat file disassembler\” Receive Port: \”RP-MVT-STOCK\” URI: \”D:\\Projet – Biztalk\\GOTA\\Demande de chargement\\File_in\\*.txt\” Reason: Unexpected end of stream while looking for:
Positional data (length is 5)
The current definition being parsed is Root. The stream offset where the error occured is 125. The line number where the error occured is 1.
The column where the error occured is 125.
Someone have already had this problem ?
Thanks for your help
Hugues