Information: If the EDI Subsystem receives a message thatis not loaded in the BiztalkEDIDb/dom1 table.
Troubleshooting:
1. Check the Send Port Properties to ensurea map is in place translatingYour Source Document Schema to an EDI X12Schema is in place.
2. You can check which X12 EDI Schemas are loaded into the BiztalkEDIDb by running the following SQL Query.
SELECT block
FROM dom1
WHERE mcvr LIKE ‘X12EDISchema%’ AND block LIKE ‘%targetnamespace%
X12EDISchema Examples – 850, 812, 867, etc.