Hi,
I am transporting our SSIS project to another server.
I made a clean install of SQLServer 2012 + SSDTSetup + CozyRoc SSIS+
If i try to open a data flow on the new server error loading package: Failed to load data flow objects
I traced the problem with a simple test project to the following
old server:
name="NewInputLineageIDs"><arrayElements
arrayElementCount="14">
<arrayElement
dataType="System.Int32">#{Package\Data Flow Task\OLE DB Source.Outputs[OLE DB Source Output].Columns[Address]}</arrayElement>
New Server:
name="NewInputLineageIDs"><arrayElements
arrayElementCount="14">
<arrayElement
dataType="System.Int32">56</arrayElement>
So the new server doesnt use name based Lineage IDs.
But i cannot get the new server to use name based lineage ids instead of numbers
The only difference between the servers (that i can spot) the new server has Visual Studio 2010 shell integrated while the old one has Visual Studio shell Isolated. (and the new server has a couple newer software releases)
So im a little bit lost, any help is appreciated
Thanks for the response!