MS Access linked service

897456 106 Reputation points
2022-12-07T04:31:36.313+00:00

Hello,

I am trying to create MS Access Database Linked Service in Azure Data Factory.

I used this for creating the linked services

Provider=Microsoft.ACE.OLEDB.12.0;Data Source=\server\myAccessFile.mdb but I cannot establish the connection between Azure Data Factory and MS Access Database through Linked Service.

I am getting this error:ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.

I have gone through mulitple formuns, but it didn't help. Please let me know if there is any solution.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,611 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bhargava-MSFT 31,256 Reputation points Microsoft Employee Moderator
    2022-12-07T19:33:26.883+00:00

    Thank you @Samy Abdul
    <In addition to Samy's answer>

    Hi @897456 ,

    I don't see your connection string information in your question. I am guessing you are using the wrong connection string.

    Please check if you are using the correct information in the connection string.

    Driver={Microsoft Access Driver (.mdb, .accdb)};Dbq=\DESKTOP-name\access\Nutritiondb.accdb;

    If you still see issues, please try using the local path.

    Driver={Microsoft Access Driver (.mdb, .accdb)};Dbq=D:\access\Nutritiondb.accdb;

    268287-image.png

    Also, please check your access driver.

    And let us know if you still have any further questions.

    268324-image.png

    ------------------------------

    • Please don't forget to click on 130616-image.png and upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Samy Abdul 3,376 Reputation points
    2022-12-07T07:50:35.24+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.