Hello
Can anyone shed some light on this problem: the sameSSIS package is run on 3 different servers (all SQL Server 2008 R2) and on one of the servers, we get the error below for the same data. The server that is failing is our DEV server; the other two are UAT and PROD (both ok).
Any ideas on what to try? If change the value ofFailOnFixedAttributeChange then DEV works but the package is no longer the same as what's on UAT and PROD.
Slowly Changing Dimension [1190]: If the FailOnFixedAttributeChange property is set to TRUE, the transformation will fail when a fixed attribute change is detected. To send rows to the Fixed Attribute output, set the FailOnFixedAttributeChange property to FALSE
Amir