You may get this SSIS error when you are using Excel connection in your package.
This error message does not provide any clue about actuall problem.
If system does not have 64bit excel driver to handle the excel file we will get this error.
becasue by default our MSBI try to run the package with 64bit drive provider and end up with error.
easiest way is to change the project property Run64BitRuntime to FALSE.
Note : I faced same error for other problem also, not easy to figure it out root cause easily always.
Happy coding....
No comments:
Post a Comment