dbTalk Databases Forums  

SSIS does not allow periods in XML element names

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS does not allow periods in XML element names in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
forrestsjs
 
Posts: n/a

Default SSIS does not allow periods in XML element names - 06-20-2006 , 06:18 PM






I'm trying to create a xml import SSIS job. I can open the xml and generate
the .xsd which will validate to the original xml in an xml editor like Oxygen
so the xml does seem to be well formed.

The problem seems to be that SSIS does not allow the normally allowed
character of "." in element names <XC10.BU.AFFILS></XC.BU.AFFILS> won't
work.

I get an error
Error at Data Flow Task [DTS.Pipeline]: The object name "XC10.BU.AFFILS" is
not valid. The name cannot contain any of the following characters: /\:[].=

All of these sort of make sense except for "." That is used somewhat
routinely I think. I couldn't find anything in the xml w3 docs that say you
can't use the period or anywhere else on the web.

Any ideas of how to get around this without changing the xml?

Thanks,
Forrest

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.