|
Home > Archive > BizTalk Server Orchestration > June 2004 > Dissasembling file - schema deployed properly & implements doc spe
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 |
Dissasembling file - schema deployed properly & implements doc spe
|
|
|
| There was a failure executing the receive pipeline: "RatingsBizTalk.CoImportReceivePipeline" Source: "Microsoft.BizTalk.Pipeline" Receive Location: "C:\Shared\CoImportIn\*.csv" Reason: Loading document specification <RatingsBizTalk.CoImport> from assembly
<RatingsBizTalk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7b9cfb305a4e6c3b> failed. Verify that the schema is deployed properly and that the schema assembly implements the document spec.
This is a simple test to import a csv flat file, with two colunms an two rows seperated by a comma and with CRLF on the end of each row. It is on a work station with XP and BizTalk Developer edition. The schema refernced in the diassembler, has a name a
nd name space, which is the same as specifried above(RatingsBizTalk.CoImport). As far as I know the schema is deploying correctly, I have not had a problem here in the past.
| |
| Enrico 2004-06-20, 11:09 pm |
| This error happened when the schema is not well deployed in the BizTalk Server.
I think that is better deploy the all schema inside a BizTalk Solution in a different assembly so you can check if the schema exist or not in the BizTalk Server. This assembly will have all schema (and just) necessary for your solution.
Enrico
http://blogs.dotmark.net/enf
"BenW" wrote:
> There was a failure executing the receive pipeline: "RatingsBizTalk.CoImportReceivePipeline" Source: "Microsoft.BizTalk.Pipeline" Receive Location: "C:\Shared\CoImportIn\*.csv" Reason: Loading document specification <RatingsBizTalk.CoImport> from assemb
ly <RatingsBizTalk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7b9cfb305a4e6c3b> failed. Verify that the schema is deployed properly and that the schema assembly implements the document spec.
>
> This is a simple test to import a csv flat file, with two colunms an two rows seperated by a comma and with CRLF on the end of each row. It is on a work station with XP and BizTalk Developer edition. The schema refernced in the diassembler, has a name
and name space, which is the same as specifried above(RatingsBizTalk.CoImport). As far as I know the schema is deploying correctly, I have not had a problem here in the past.
>
|
|
|
|
|