Linked service to Interbase Azure Data Factory

Velicheti, Satya Praveen 20 Reputation points
2023-08-04T18:04:36.8466667+00:00

Hi,

I'm trying to establish ODBC linked service connection to Interbase from Azure Data factory and i'm getting below error.

ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Below is the connection string i'm using:

DRIVER=Firebird/InterBase(r) driver;UID=;PWD=;DBNAME=test:d:/test/test/test.ib;

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

Accepted answer
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2023-08-07T04:59:25.2666667+00:00

    Hi Velicheti, Satya,

    Thank you for posting query in Microsoft Q&A Platform.

    The error message you are seeing indicates that the ODBC driver for InterBase is not installed on the machine where you are running Azure Data Factory. To resolve this issue, you need to install the ODBC driver for InterBase on the machine where you are running Azure Data Factory by self hosted IR. You can download the ODBC driver for InterBase from the InterBase website. Once you have downloaded the driver, you need to install it on the machine where you are running Azure Data Factory.

    Once you have installed the ODBC driver for InterBase and configured the ODBC data source, you can use the connection string you provided to establish a linked service connection to InterBase from Azure Data Factory.

    Hope this helps. Please let me know if any further queries.


    Please consider hitting Accept Answer button. Accepted answers help community as well.


0 additional answers

Sort by: Most helpful

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.