|
Home > Archive > BizTalk Server General > January 2005 > Validating EDI Schema Error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Validating EDI Schema Error
|
|
| Sukesh Shetty 2005-01-27, 5:50 pm |
| I get the following error while validation the X12 schema for the "Getting
Started with EDI" sample.
F:\Program Files\Microsoft BizTalk Server 2004\EDI\Adapter\Getting Started
with EDI\Visual Studio Projects\Getting Started with EDI\Session
1\X124010850Schema.xsd: error BEC2004: XSD2EDI failed to convert XSD:
Compiling repository failed
My Base EDI service is running as a Local account and I have logged in using
the same local account.
The environment variable ESP_SRV is also pointing to the right location.
What could possibly be wrong. Any thoughts??
Thanks,
Sukesh
| |
|
| Hi,
this is one of two errors:
1. The EDI Service can't access the database (you just need to male sure the
account the base edi service runs under can access the edi database).
2. This is the most likely - the Base EDI SErvice is not running. I know not
why but the base edi service is subject to a lot of startup failures. Just
double check it is actually running (even tho you have it auto started).
3. The one you have already considered about needing to access it from a
local account.
mark
"Sukesh Shetty" wrote:
> I get the following error while validation the X12 schema for the "Getting
> Started with EDI" sample.
>
> F:\Program Files\Microsoft BizTalk Server 2004\EDI\Adapter\Getting Started
> with EDI\Visual Studio Projects\Getting Started with EDI\Session
> 1\X124010850Schema.xsd: error BEC2004: XSD2EDI failed to convert XSD:
> Compiling repository failed
>
> My Base EDI service is running as a Local account and I have logged in using
> the same local account.
>
> The environment variable ESP_SRV is also pointing to the right location.
>
> What could possibly be wrong. Any thoughts??
>
> Thanks,
> Sukesh
|
|
|
|
|