X12 837I 4010A1 and X12 837P 4010A1 EDI to XML Problems

First off, i am new to biztalk 2006. Currently i am a 2004 developer, and i use the HIPAA accelerator to do my EDI related translations. I am sorry if any of the poetentail answers are well known.

I am trying to do a simple task. Take EDI (With headers, and ST/SE segments) and output the equivlent XML.

I created a receive port with the EDI Receive Pipeline, and a subscribed send port with XML transmit. I have the EdiBaseArtifacts and, a custom assembly containing the 837I/P 4010A1 Schemas as resources. The schemas do show up in the schemas list.

I am not sure if this is the correct setup, but i am sure it does not work. Here is the error i receive for the professional:

Error encountered during parsing. The X12 transaction set with id '' contained in functional group with id '1', in interchange with id '000009576', with sender id 'DAKR3 ', receiver id '521731911 ' is being suspended with following errors:

Error: 1 (Miscellaneous error)
6: Missing or invalid or duplicate Transaction set identifier 'http://schemas.microsoft.com/Edi#WildcardSchema'
For more information, see Help and Support Center at

This is the rror i receive for Instituational:

Error encountered during parsing. The X12 transaction set with id '' contained in functional group with id '607474', in interchange with id '000607473', with sender id 'CAREVU ', receiver id '51037 ' is being suspended with following errors:

Error: 1 (Miscellaneous error)
6: Missing or invalid or duplicate Transaction set identifier 'http://schemas.microsoft.com/BizTalk/EDI/X12/2006#X12_00401_837_I'
For more information, see Help and Support Center at

Notice that the only the institational seems to match to a valid schema, but still fails.

Anyone have any experiance, or could possibly step me through how to get EDI->XML to work with the HIPAA Schemas?

Thanks in advance!

[2995 byte] By [Niriven] at [2008-2-15]
# 1

1. Which build are you using?

2. Is the problem only happening with HIPAA schemas?

3. Could you try an 850 or 810 document? I am trying to figure out if this is a configuration issue or not. As far as I know, HIPAA docs should work with R2 out of the box. So if we can parse a non HIPAA document, we can assume that the problem is solely with HIPAA.

Also could you make sure that your BizTalk Application has a reference to BizTalk EDI Application?

Thanks

Mohsin

MohsinKalam–MSFT at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...
# 2
Try to separeate segments by '~' symbol. Seems this beta cannot handle EDI docs only with CR LF line separator.
Regards,

Leonid Ganeline
http://geekswithblogs.net/leonidganeline/

LeonidGaneline at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...
# 3

1. Which build are you using? Biztalk Server 2006 R2 Beta 2

2. Is the problem only happening with HIPAA schemas? Yes

3. Could you try an 850 or 810 document? I am trying to figure out if this is a configuration issue or not. As far as I know, HIPAA docs should work with R2 out of the box. So if we can parse a non HIPAA document, we can assume that the problem is solely with HIPAA. Standard EDI that dont use the HIPAA schemas work.

Also could you make sure that your BizTalk Application has a reference to BizTalk EDI Application? It is referenced

No luck.

Niriven at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...
# 4
Did you uncheck the "dublicate.." options in the X12 Interchange Processing Properties?
LeonidGaneline at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...
# 5

For HIPAA schemas discovery, the following values should exist for GS08

"004010X096A1" for "837_I"

"004010X097A1" for "837_D"

"004010X098A1" for "837_P"

Change them in your HIPAA docs accordingly and let me know if you still see those problems.

Thanks

Mohsin

MohsinKalam–MSFT at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...
# 6
Hi again,

With regards to checking the duplicate transaction set identifier option, it unchecked.

Moshin, i am pretty sure these values are correct. The ST01 has 837, and, the event log tells me which schema it is using, so, obviously, the version control numbers are correct as you stated above. I do not have a file in front of me at the moment, but i will verify when i get to work tomorrow. I will also post a snippet of the ISA to the ST start (including attributes).

All of the files i am trying to use, they are valid EDI. They work in the HIPAA Accelerator in BizTalk 2004. I have tried a couple EDI files from differnt vendors, and i have the same problem with each. Standard non HIPAA EDI works.

I will post the snippet soon and verify what i stated above.

Niriven at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...
# 7

Hi. Here is a sample header that fails.

Any help would be greatly appreicated.

ISA*00* *00* *ZZ*CAREVU *ZZ*51037 *070118*0717*U*00401*000607473*0*P*:~GS*HC*CAREVU*51037*20070118*0717*607474*X*004010X096A1~ST*837*607474~

Niriven at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...
# 8
Try to change last ISA - ISA16
ISA*00* *00* *ZZ*CAREVU *ZZ*51037 *070118*0717*U*00401*000607473*0*P*>~
Regards,
Leonid Ganeline
http://geekswithblogs.net/leonidganeline/
LeonidGaneline-MVP at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...
# 9

Hi,

I did get the same error when i tried with EDI - 850 - purchase order.

Find the error details.

Event Type: Error
Event Source: BizTalk Server 2006 EDI
Event Category: None
Event ID: 8114
Date: 9/20/2007
Time: 12:24:12 PM
User: N/A
Computer:
Description:
Error encountered during parsing. The X12 transaction set with id '' contained in functional group with id '1', in interchange with id '000000025', with sender id 'THEM ', receiver id 'US ' is being suspended with following errors:

Error: 1 (Miscellaneous error)
6: Missing or invalid or duplicate Transaction set identifier 'http://schemas.microsoft.com/BizTalk/EDI/X12/2006#X12_00401_850'


For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Can anyone help in this regard.

Thanks in advance.

eking.

eking at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...
# 10
Hi guys,

Did somebody find solution? I have the same issue processing HIPAA EDI documents

Error: 1 (Miscellaneous error)
6: Missing or invalid or duplicate Transaction set identifier 'http://schemas.microsoft.com/BizTalk/EDI/X12/2006#X12_00401_270'

And here is a header of document

ISA*00* *00* *ZZ* FALLON CLINIC*ZZ* FCHP*070302*2300*U*00401*000046701*1*P*>~
GS*HS*042472266*FALLON270*20070302*2300*46701*X*004010X092A1~
ST*270*46701~

This document processed with HIPAA EDI accelerator without any problem

Thanks in advance,

Vlad
Vlad at 2008-1-21 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...