I have been trying to read multiple excel files through SSIS from a shared location and i get two error messages.
- Error at FileLoopingTest [Connection manager "Excel Connection Manager"]: The connection string components cannot contain unquoted semicolons. If the value must contain a semicolon, enclose the entire value in quotes. This error occurs when values in the connection string contain unquoted semicolons, such as the InitialCatalog property.
Expression: "Provider=Microsoft.ACE.OLEDB.12.0;Data Source="+@[User::varFileName]+";Extended Properties=\"Excel 12.0 XML;HDR=YES\";"
- The result of the expression ""Provider=Microsoft.ACE.OLEDB.12.0;Data Source="+@[User::varFileName]+";Extended Properties=\"Excel 12.0 XML;HDR=YES\";"" on property "\Package.Connections[Excel Connection Manager].Properties[ExcelFilePath]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.
Any inputs would be great.
Thanks