SSIS Excel Connection Manager failed to Connect to the Source

前端 未结 13 1935
青春惊慌失措
青春惊慌失措 2020-12-23 17:42

I have a server that is capable of creating and running an Excel Import task using the Import Wizard. I am trying to automate that process by using a visual Studio 2010 Inte

13条回答
  •  旧巷少年郎
    2020-12-23 17:52

    After researching everywhere finally i have found out temporary solution. Because i have try all the solution installing access drivers but still i am facing same issues.

    For excel source, Before this step you need to change the setting. Save excel file as 2010 format.xlsx

    Also set Project Configuration Properties for Debugging Run64BitRuntime = False

    1. Drag and drop the excel source
    2. Double click on the excel source and connect excel. Any way you will get an same error no table or view cannot load....
    3. Click ok
    4. Right click on excel source, click on show advanced edit.
    5. In that click on component properties.
    6. You can see openrowset. In that right side you need to enter you excel sheet name example: if in excel sheet1 then you need to enter sheet1$. I.e end with dollar symbol. And click ok.
    7. Now you can do other works connecting to destination.

    I am using visual studio 2017, sql server 2017, office 2016, and Microsoft access database 2010 engine 32bit. Os windows 10 64 bit.

    This is temporary solution. Because many peoples are searching for this type of question. Finally I figured out and this solution is not available in any of the website.

提交回复
热议问题