Hi All,
Thanks in advance.
I have developed the SSIS Package in SQL Server 2008 with 32 bit environment.
My scope of work is to migrate the data from excel source to SQL Server. The package works fine within the BIDS. While executing the same using the SQL Server Agent or using the Command Line , I am getting the error like,
Argument ''Excel'' for option ''Connection'' is not valid.
Following is the connection string, I used for excel connecting the Excel Source.
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Users\Administrator\Desktop\Sample Upload File.xlsx;Extended Properties="EXCEL 12.0;HDR=YES";
Please find below the error screenshot while executing through the command line,
Thanks
Rajan.S