Loosing Map after Schema change

Home Page Forums BizTalk 2004 – BizTalk 2010 Loosing Map after Schema change

Viewing 1 reply thread
  • Author
    Posts
    • #20499

      Hi,

      I have an extensive complicated map. With many groups, nodes and functoids. A change has been made to the business logic of the input file and I am forced to create a Choice Group at the top level. Doing this removes all the links in my map.

       

      Hoping someone can point me into the right direction on how i can keep the existing map by modifying it through XML Editor or something like it.

      orginal input schema

      <Schema>

           <HOS>

               <TransactionGroup>

               <TenderSummary>

       

      Changed input Schema

      <Schema>

             <HOS>

                  <Group:RecordChoice>

                        <TransactionGroup>

                        <TenderSummary>

      i need to know the logic of the map. So i can to a find a replace if possible.

       

      Thak you and kind regards

      Rob

       

       

    • #20500

      Sorry, but I think you will have to rebuild the map by hand [:(].  The only other thing that I could think of would be to open the map in an XML editor and do a find and replace to update all of the XPath statements (make a backup first!).

      Hopefully, someone will correct me.

      • #20502

        Thanks. Building by hand seems the way to go. i have been looking at the Map through the XML Editor and I am finding it quite difficult to see where i would put the required entries. There’s no real pattern for the xpath links. They kind of start all over the place.

        • #20503

          Find and replace worked easily when doing it in XML Editor in VS. Wasn’t working when using a different XML Editor.

           

          ALL GOOD!

           

          • #20506

            Rob,

            Can you mark ruselw’s reply as the answer?

            Cheers, Nick.

            • #21255

              I find it very difficult to believe that Microsoft would make people re-map everything after a change on the schema. I work with health care X12 and the maps are complex and take a long time to complete. There has got to be a way to keep the links. It is very impractical to re-map everything every time we make a change to a source or destination table. Has anyone been able to find a way to keep the links. I have worked with other mapping software and they keep the links after changes to the tables. Therefore, I find it hard to believe that Microsoft did not copy that model as well.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.