
Hello,
I have an SSIS package who run perfectly on my local machine.
When i try to run it on SQL Servor I have the following error on my XML Source component :
Import réservations etesting:Erreur : System.ArgumentException: La valeur n'est pas comprise dans la plage attendue.
à Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBufferManager100.FindColumnByLineageID(Int32 hBufferType, Int32 nLineageID)
à KingswaySoft.IntegrationToolkit.ProductivityPack.XmlSourceComponent.rcf.ogm(IDTSOutputColumn100 mgd, IDTSExternalMetadataColumn100 mge)
à System.Linq.Enumerable.<JoinIterator>d__38`4.MoveNext()
à System.Linq.Buffer`1..ctor(IEnumerable`1 source)
à System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
à KingswaySoft.IntegrationToolkit.ProductivityPack.XmlSourceComponent.nsr()
à KingswaySoft.IntegrationToolkit.ProductivityPack.XmlSourceComponent.PreExecute()
à Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPreExecute(IDTSManagedComponentWrapper100 wrapper)
Thakns for helping me
*This post is locked for comments
I have the same question (0)Hello Cecile,
For the error “Value does not fall within the expected range” error, it seems to be an issue caused by the SSIS optimization design, it happens when you don’t have all the output attached to a destination component.
In this case, either of the following two options can solve the issue properly:
Please let us know if there is anything else.
Thank you,
KingswaySoft
support@kingswaysoft.com