|
Home > Archive > BizTalk Server General > September 2005 > problem with moving a multipart map to another project
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 |
problem with moving a multipart map to another project
|
|
| Leo Gan 2005-09-28, 5:59 pm |
| Hi, all,
I've created a map with multipart Source schema (in Orch of course). Ithis
map was created in the project with this Orch.
Now I want to move the map to different project, becouse all schemas and
maps are in th e special "Schemas" project.
After drag-n-drop the map I've got an error by validating the map (and by
building the schema project).
I, ve tried to edit it in text mode, but I can't understand, where I need
made changes.
Any ideas???
--
Leonid Ganeline,
BizTalk Developer
http://public.fotki.com/leogan/
| |
| carlos 2005-09-30, 7:49 am |
| Hi Leo,
When I move a map from one project to a new project, generally there is only
one pre-requisite and is to add the reference of the assembly that contains
the biztalk schemas to new project....
If this doesn't work, check the Namespace and Type Name of your schema... a
BizTalk can identifier a schema by its Namespace + Type Name, if you change
these or someone the map can not find the source....
In the end, if you can not identify this you can edith the map with notepad
and find two nodes (see below) and check again that the location attribute
has the Namespace+Type Name of yours schemas (Src=source, Trg=Target)...
<mapsource .........>
<SrcTree>
<Reference Location="BtzToNet.Schemas.ArchivoEntrada" />
</SrcTree>
<TrgTree>
<Reference Location="BtzToNet.Schemas.ArchivoSalida" />
</TrgTree>
......................
</mapsource>
I hope this help you....
"Leo Gan" wrote:
> Hi, all,
>
> I've created a map with multipart Source schema (in Orch of course). Ithis
> map was created in the project with this Orch.
> Now I want to move the map to different project, becouse all schemas and
> maps are in th e special "Schemas" project.
> After drag-n-drop the map I've got an error by validating the map (and by
> building the schema project).
> I, ve tried to edit it in text mode, but I can't understand, where I need
> made changes.
>
> Any ideas???
>
> --
> Leonid Ganeline,
> BizTalk Developer
> http://public.fotki.com/leogan/
>
>
>
|
|
|
|
|