BizTalk Schema Special Charcter Node Name issue

Home Page Forums BizTalk 2004 – BizTalk 2010 BizTalk Schema Special Charcter Node Name issue

Viewing 1 reply thread
  • Author
    Posts
    • #17371

      Hi,

      I generated a schema from SQL Adapter.

      My Table name @Emp (i need to keep this @ symbol…)

      when i am trying to process the map, Biztalk error  @Emp node name error.

      i know biztalk schema not allows special charecters as a node name…how to resolve this issue.

      i tried adding this in the schema, i can't open xsd….not accepting added elements

            <xs:restriction base="xs:Name">

      <pattern value="[^`~!@#$%^&amp;*()+=\[\]{}\|;'&quot;&gt;&lt;,\?\\]+" />

         </xs:restriction>

      Any help appreciated…

      Thanks

      R-

       

    • #17375

      The special character restriction is an Xml restriction, not a Biztalk restriction and cannot be overridden.

      Any chance of using aliases or stored procedures to hide the table name

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