Today I encountered a following error on Sql Server 2012 while creating a basic SSIS package to load multiple Excel Files in database.
[Connection manager "Excel Connection Manager"] Error: The connection string format is not valid. It must consist of one or more components of the form X=Y, separated by semicolons. This error occurs when a connection string with zero components is set on database connection manager.
I spent a couples of minutes to identify issue ,finally found solution:
Choose "Excel File Path" instead of "ConnectionString"while setting expression on Excel Connection Manager .
Hope this full help others who are facing the same problem.
Thanks,
Randhir
[Connection manager "Excel Connection Manager"] Error: The connection string format is not valid. It must consist of one or more components of the form X=Y, separated by semicolons. This error occurs when a connection string with zero components is set on database connection manager.
I spent a couples of minutes to identify issue ,finally found solution:
Choose "Excel File Path" instead of "ConnectionString"while setting expression on Excel Connection Manager .
Hope this full help others who are facing the same problem.
Thanks,
Randhir