Hello!
I am using SSIS 2014 and I've installed Azure Feature Pack for Integration Services. After that I've been able to use Azure components there. (Version of Visual Studio is 2015 Update 3)
But when I try to load data from ADL (no matter where: to local folder on my PC or to SQL Server database) I get the error on Azure Data Lake Store Source component:
[Azure Data Lake Store Source [2]] Error: System.FormatException: Input string was not in a correct format.at System.Text.StringBuilder.FormatError()
at System.Text.StringBuilder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args)
at System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args)
at System.String.Format(IFormatProvider provider, String format, Object[] args)
at Microsoft.SqlServer.IntegrationService.AdlsComponents.PipelineComponentExt.PostError(String message, Object[] args)
at Microsoft.SqlServer.IntegrationService.AdlsComponents.PipelineComponentSource.TransferToOutputBuffers(Int32 outputs, Int32[] outputIDs, PipelineBuffer[] buffers)
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPrimeOutput(IDTSManagedComponentWrapper100 wrapper, Int32 outputs, Int32[] outputIDs, IDTSBuffer100[] buffers, IntPtr ppBufferWirePacket)
I tried loading different files format with different data, even with only one row and one column, but the error is always the same.
Could you please help? Maybe I am missing something?
Thank you!