Flat file schema issue

Home Page Forums BizTalk 2004 – BizTalk 2010 Flat file schema issue

Viewing 1 reply thread
  • Author
    Posts
    • #25657

      hi

      I have following flat file and trying to create schema out of it..

      HEADER123456                               ——> header info
      123444  test1  test2  test3              ——-> Child records  seprated by null value , observer there is not tag identifier
      323445  test2  test4  test5
      423446  test3  test6  test7

      I created schema with root records
      Strurcture : Delimited
      Child delimiter:  0x0D 0x0A  ( CRLF)
      Child delimiter Type: Hex
      Child Order: Infix

      Header record properties
      Sturcture :  positional

      Detail record:
      Sturcture :  positional

      After above all properties set , when try to validate input file give following error:

      error BEC2004: Unexpected data found while looking for: Positional data (length is 23)

      Can some please throw some light where i’m doing wrong…

      Thanks

    • #25659

      [quote user="bizCT"]hi I have following flat file and trying to create schema out of it.. HEADER123456 ——> header info 123444 test1 test2 test3 ——-> Child records seprated by null value , observer there is not tag identifier 323445 test2 test4 test5 423446 test3 test6 test7 I created schema with root records Strurcture : Delimited Child delimiter: 0x0D 0x0A ( CRLF) Child delimiter Type: Hex Child Order: Infix Header record properties Sturcture : positional Detail record: Sturcture : positional After above all properties set , when try to validate input file give following error: error BEC2004: Unexpected data found while looking for: Positional data (length is 23) Can some please throw some light where i’m doing wrong… Thanks [/quote]

      Can you please repost your message with some formatting. It is too hard to decipher your message structure

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