|
Home > Archive > BizTalk Server General > March 2004 > BizTalk 2004 - Migration questions
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 |
BizTalk 2004 - Migration questions
|
|
| Johnny 2004-03-22, 11:39 am |
| Hi,
I knew that BizTalk 2004 will use XSD schema as Document specification instead of XML like BizTalk 2002. Could any body tell me what is the best way and how to migrate the Documents specification from BT2002 to BT2004? Is it possible to migrate the BT2002
Orchestrations to BT2004?
Best regards,
Johnny
| |
| Andres Felipe Arguello 2004-03-23, 11:47 am |
| Biztalk 2002 comes with the specification files in the XDR format, in BTS
2004 you have the choice to import a BTS 2002 spec file, and transform into
XSD (BTS 2004 supported file), this import is a map that transform the XDR
into XSD, maybe this automatic process doesnt work with your specifications,
in the case of your spec has loops, or adavanced properties in the tags.
In this case, you need to remake manually or automatic using a well formed
XML file.
The orchestations can be imported too, but i recomend, in the most of the
cases, that you reimplements the orchestation th inking in BTS 2004, rather
than BTS 2002, becasuse this 2 products has differents architectures.
Andres Felipe Arguello
"Johnny" <anonymous@discussions.microsoft.com> wrote in message
news:FDD65B31-BC5E-46B8-BAF1-B8BCA75FD33E@microsoft.com...
> Hi,
> I knew that BizTalk 2004 will use XSD schema as Document specification
instead of XML like BizTalk 2002. Could any body tell me what is the best
way and how to migrate the Documents specification from BT2002 to BT2004? Is
it possible to migrate the BT2002 Orchestrations to BT2004?
> Best regards,
> Johnny
| |
| Matt Milner 2004-03-24, 11:36 pm |
| there is migration project type in VS.Net for Biztalk that will migrate your
ports, channels, maps and schemas. or you can add a generated item to a
biztalk project and then use the XDR to XSD tool to convert just the schema
file.
orchestrations do not migrate so you will have to rewrite those from
scratch.
Matt
"Johnny" <anonymous@discussions.microsoft.com> wrote in message
news:FDD65B31-BC5E-46B8-BAF1-B8BCA75FD33E@microsoft.com...
> Hi,
> I knew that BizTalk 2004 will use XSD schema as Document specification
instead of XML like BizTalk 2002. Could any body tell me what is the best
way and how to migrate the Documents specification from BT2002 to BT2004? Is
it possible to migrate the BT2002 Orchestrations to BT2004?
> Best regards,
> Johnny
|
|
|
|
|