Weird <Equivalent> Problem in XSD

Home Page Forums BizTalk 2004 – BizTalk 2010 Weird <Equivalent> Problem in XSD

Viewing 1 reply thread
  • Author
    Posts
    • #13701

      Greetings,

      I am having this weird problem in XSD. Here is a simplified situation…

      Supposedly I have this schema on my pc
      Structure A

      Node
      <Equivalent>
      <B:Node>
      @b
      <C:Node>
      @c
      <D:Node>
      @d

      *wherein NodeB, C and D are subclass of Node A

      When I map a value to @b on my pc using BiztalkMapper. it works well…

      but when I moved it to another pc, it has a different structure
      Structure B

      Node
      <Equivalent>
      <C:Node>
      @c
      <D:Node>
      @d
      <B:Node>
      @b

      so it will create an error because on my pc, it was on the first node where I mapped the value but here it was now on the third node.

      Why is this happening? I tried it to moved it to different computers so far 4 PCs are Structure B, and 2 PCs are Structure A. Why is this happening?

      Hope you could help me out.. If there is something not clear, please let me know.

      I would really appreciate your help.

      Thanks

    • #13702

      Hi all,

      I was able to find out the reason why this error occurs. Apparently I wasn’t able to install the biztalk sp1 my pc.

      But after this installation was done, same as Fred’s error on http://www.biztalkgurus.com/forums/viewtopic.php?t=873

      I tried NISHIL’s suggestion and it doesn’t seem to work…can anyone help me with this?

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