Regarding EDI Base Adapter

Home Page Forums BizTalk 2004 – BizTalk 2010 Regarding EDI Base Adapter

Viewing 2 reply threads
  • Author
    Posts
    • #17985

      Hi,

      I have one doubt regarding EDI transaction in biztalk 2006.

      If we have the input file as X12 270/271 file format, then how can i receive that file. because X12 270/271 file format is not supported in Biztalk 2006.
      So we have build a custum interface for this file format or any other way to receive X12 270/271 file.

      Please let me know as soon as possible.

      J. Anand Kumar Achary

    • #17987

      3 things you can do:  

      1. buy HIPAA accellerator

      2. hack schema into biztalk (search this forum for info)

      3. wait for 2006 R2, which has all of the schema

      -wa

       

       

      • #18026

        Hi

        thank you for your reply.
        I need some more infiormation regarding EDI transaction (with X12 270/271 file format).

        Is this possible to receive X12 270 file format directly in biztalk 2006 R2, or we have to create an interface to receive this file.

        Please let me know as soon as possible.

        Thanks,

        Anand Kumar

      • #18027

        Hi

        thank you for your reply.
        I need some more infiormation regarding EDI transaction (with X12 270/271 file format).

        Is this possible to receive X12 270 file format directly in biztalk 2006 R2, or we have to create an interface to receive this file.

        Please let me know as soon as possible.

        Thanks,

        Anand Kumar

        • #18029

          [quote user="Anonymous"]Hi

          thank you for your reply.
          I need some more infiormation regarding EDI transaction (with X12 270/271 file format).

          Is this possible to receive X12 270 file format directly in biztalk 2006 R2, or we have to create an interface to receive this file.

          Please let me know as soon as possible.

          Thanks,

          Anand Kumar

          [/quote]

          Anand – I am not sure what you mean.

          I would say that you can receive the file directly and it will validate the EDI format and translate into XML.  You would then have an orchestration to retreive the Member ID and lookup the enrollment status in your back end. Then you put this backend response into an XML 271 and Biztalk will convert the XML back to EDI and send it to the requestor.

          -wa 

           

          • #18038

            Hello,

            Thank you again.

            The 270/271 file is looking like positional flat file. Can you let me know some bit about 270/271 file with respect to biztalk 2006. 
            I m trying to find how to receive 270 file and send as 271 file format in biztalk 2006R2. If u have any link please let me know.

            Regards,
            Anand

          • #18042

            Thanks again.

            Can u give me some information about 270/271 file format in Biztalk 2006 R2.
            I understand that 270 file can directly receive in biztalk 2006 R2. but is 270/271 file is the part of HIPPA 4010A1.

            Pleaase let me know as soon as possible

            thank,
            anand

            • #18046

              [quote user="anandachary"]Thanks again.

              Can u give me some information about 270/271 file format in Biztalk 2006 R2.
              I understand that 270 file can directly receive in biztalk 2006 R2. but is 270/271 file is the part of HIPPA 4010A1.

              Pleaase let me know as soon as possible

              thank,
              anand

              [/quote]

              They are positional flat file conforming to a US standard called "X12".  There are rules for the files and they should be validated against these rules for file you receive and files you send should also be validated by the rules.

              The rules are defined in an XML file called a "schema" (in R2 – in schema, in covast, they are in a different place). When Biztalk receives the X12 positional flat file, it converts it to XML in a process called "parsing".  This happens in the pipeline component.

              Then there is XML message in the message box and your orchestration subscribes to it. In your orchestration you put a map which converts from 270 xml to 271 xml, also retreiving the enrollment status from the backend database. 

              The output of the map is 271xml. It is then converted in the send pipeline back to X12 positional flat file.  

              -wa 

               

               

              • #18065

                Thank you again.

                Is Biztalk 2006 R2 is released.
                How can we get biztalk 2006R2. If released can we download directly from microsoft web site.

                I am trying to find Biztalk 2006 R2 from http://www.conect.microsoft.com, but i can't find biztalk 2006R2 from the list.

                Please let me know how to get biztalk 2006 R2.

                Thanks,
                Anand Kumar

              • #18069

                "They are positional flat file" – sorry this is wrong, I shouldn't have repeated that. They are delimited flat file. The ISA header is 106 bytes positional with delimiters, the rest is delimited. R2 is expected this fall.

                 

                – wa

                 

                 

    • #18114

      Thank you.

      If we will work with X12 270/271 file, then what kinds os pipeline we will use.
      We have write any custom pipeline for this or we can use our flat file disassember for this.

      Can we receive X12 270 file directly from HIPPA Accelerator, we we will write any custom Adapter.

      Please let me know as soon as possible.

      Thanks,
      Anand kumar

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