SSIS XML Data source nulls when Deployed -
08-11-2006
, 03:17 PM
HELP!!! I am new to SSIS (but a DTS veteran) and this problem is
having me pull my hair out.
I am importing an XML document into 2 tables (tblOrder and tblItem) to
reflect the 2 levels (Order and Item) in the document. I have 2
seperate data flow tasks to do this. In code, each of these works.
When I deploy my package, the Order entity imports into the table fine.
The Item entity populates my table entirely with nulls. Any ideas? |