The BizTalk Deployment Wizard does not update the destination BizTalk EDI database when you deploy EDI schemas (887481)
The information in this article applies to:
- Microsoft BizTalk Server 2004 Standard Edition
- Microsoft BizTalk Server 2004 Partner Edition
- Microsoft BizTalk Server 2004 Developer Edition
- Microsoft BizTalk Server 2004 Enterprise Edition
SYMPTOMSIf you use the BizTalk Deployment Wizard to deploy an
assembly that contains one or more Electronic Data Interchange (EDI) schemas to
a computer that is running Microsoft BizTalk Server 2004, the EDI database on
the target computer is not updated to include the deployed EDI
schemas.CAUSEThis problem occurs because the BizTalk Deployment Wizard
does not implement functionality to update the destination BizTalk EDI database
with the information in the deployed EDI schemas.RESOLUTIONTo resolve this problem, manually update the destination
BizTalk EDI database by using the information in the deployed schemas. To do
this, follow these steps:
- Run the Xsd2edi.exe command at a command prompt:
XSD2EDI -c[Location of EDICodelists.mdb] -i[Base EDI schema] -t -f For example, run the Xsd2edi command at a command prompt if
the EDICodeLists.mdb file is in the default directory and you are updating the
BizTalk EDI database with the 850Schema.xsd schema file:
XSD2EDI -c"C:\Program Files\Microsoft BizTalk Server 2004\EDI\Adapter\CodeLists\EDICodeLists.mdb" -i"C:\Program Files\Microsoft BizTalk Server 2004\EDI\Adapter\EDI Schemas\X12\4010\850Schema.xsd" -t -f
Note If you receive a "The input file is not present!" error message
or a "The codelist database is not valid!" error message when you run the
Xsd2edi command, make sure that there are no spaces between the Xsd2edi
switches and their arguments. - Generate the EIF file that is used by the BizTalk Base EDI
Service at run time by running the COMPEIF command at a command
prompt:
COMPEIF Note You must start the BizTalk Base EDI Service before you run the
COMPEIF command. - After the COMPEIF command has completed, restart the
BizTalk Base EDI Service on the destination computer.
STATUS This
behavior is by design.
Modification Type: | Major | Last Reviewed: | 4/18/2005 |
---|
Keywords: | kbprb KB887481 kbAudDeveloper |
---|
|