Flat File Disassembler problem

Home Page Forums BizTalk 2004 – BizTalk 2010 Flat File Disassembler problem

Viewing 1 reply thread
  • Author
    Posts
    • #22551

      I have a flat file which I need to receive. Its data are like

      123 

      12345

      1   

      Each line in the flt file have fixed number of characters. 5 in the above case. So above data are like “123  “, “12345”, “1    “.

      I have used a flat file disassembler to accomplish this.

      But I get the problem,

      There was a failure executing the receive pipeline: “BOACycleSchema.BOACycleFlatFileReceivePipeline, BOACycleSchema, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8608ae88e805da95” Source: “Flat file disassembler” Receive Port: “ReceiveLockBoxImportFlatFilePort” URI: “SFTP://*/*.txt” Reason: Unexpected data found while looking for:
      ‘\r\n’
      The current definition being parsed is LockBoxImport. The stream offset where the error occured is 0. The line number where the error occured is 1. The column where the error occured is 0.

       

      Please let me know how can I come out of this error.

      Thanks,

       

    • #22554

      Hi all,

      I got the solution of the problem. Source files were transmitted in text format initially. Once I got them in the binary format, the error got disappeared.

      Anyways, thanks all

      • #25109

         Hi,

        I have the same problem !  I have an sftp adapter to get a *.txt file from sftp server.

        how did you configure BizTalk to take the file as binary ?

        Thanks in adance

        Chak_Lee [Y]

         

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.