|
Home > Archive > BizTalk Server General > May 2005 > Schema not deployed properly
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 |
Schema not deployed properly
|
|
| Craig Leslie 2005-05-26, 2:51 am |
| Hi
I have just migrated my Biztalk 2002 project into 2004.
I have tested the schema's and maps and all appears to work correctly.
So I deployed the Project.
No errors during the deployment.
Then when I test the system I get the following error.
"There was a failure excuting the receive pipeline:
"CommsFileServer.Artifacts. Excel_Headers___HED_Excel_Headers___HED_
RecvPipeline"
Source: "XML dissassembler" Recieve Location:
\\cilfsrv3\BitalkFilesIn$\*.HED
Reason: Finding document specification by message type
"BUYERS_SYSTEM_WOOL_LOT" failed
Verify that the scheme is deployed properly."
My Pipeline has nothing in the XML dissassember - Document schema
collection.
(Tried with the schema below and still got the same error)
My Schema is Named Talman System DEF.XSD
Target Namespace
http://CommsFileServer.Artifacts.Talman_System_DEF
Root Reference BUYERS_SYSTEM_WOOL_LOT
Could someone please advise where I am going wrong.
Thanks Craig.
| |
| Yossi Dahan 2005-05-26, 8:01 am |
| Craig hi,
Two things to check -
The first is that your inbound document matches the schema (root node and
namespace)
I've seen before posts that suggest deploying the schema(s) in a separate
assembly helped. I found it strange but can't argue with experience so I
would try that as well.
Yossi Dahan
"Craig Leslie" <craigl@cil.com.au> wrote in message
news:ucLHVKbYFHA.1412@TK2MSFTNGP12.phx.gbl...
> Hi
>
> I have just migrated my Biztalk 2002 project into 2004.
>
> I have tested the schema's and maps and all appears to work correctly.
> So I deployed the Project.
> No errors during the deployment.
>
> Then when I test the system I get the following error.
>
> "There was a failure excuting the receive pipeline:
> "CommsFileServer.Artifacts. Excel_Headers___HED_Excel_Headers___HED_
RecvPipeline"
> Source: "XML dissassembler" Recieve Location:
> \\cilfsrv3\BitalkFilesIn$\*.HED
> Reason: Finding document specification by message type
> "BUYERS_SYSTEM_WOOL_LOT" failed
> Verify that the scheme is deployed properly."
>
>
> My Pipeline has nothing in the XML dissassember - Document schema
> collection.
> (Tried with the schema below and still got the same error)
>
> My Schema is Named Talman System DEF.XSD
> Target Namespace
> http://CommsFileServer.Artifacts.Talman_System_DEF
> Root Reference BUYERS_SYSTEM_WOOL_LOT
>
>
> Could someone please advise where I am going wrong.
>
> Thanks Craig.
>
| |
| WenJun Zhang[msft] 2005-05-26, 8:01 am |
| Hi Craig,
Sometimes this kind of errors are caused by duplicate deployed schema
assemblies. You may try using the Biztalk deployment wizard to clear
up the the assemblies from Gac. Then rebuild the project and redeploy
the schema assembly into Gac again. After that, stop and restart
BizTalk service to clear any potential cache and test the recieve
port again. See if this time the error no longer occurs.
Thanks.
Best regards,
WenJun Zhang
Microsoft Online Partner Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
|
|
|
|
|