Please keep in mind CU3 contains more fixes compared to SQL 2012 SP1. So installation of SP1 will not solve the issue. You have to install CU3.
Hi
I am trying to move a ssis project to a new server.
Both servers : SQL server 2012 installed + CozyRoc 1.6.(sp packages updates)
Both servers seem the same. (both server never had any old sql servers installed or something like that)
When i make a simple project on both server the table difference xml output differs.
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. I have tried serveral things but cannot seem to get the new server to use name based Lineage IDs.
When i open one project on another server it generates errors (from new to old as from old to new).
I really need for the new server to use name based lineage IDs as wel
Is this configuration, did i forget to install something??
Any help would be appreciated!
Thanks
Greetz Thijs