Does anyone help me on solving below error, “Data source name not found and no default driver specified”
Hi @dhananjaya and welcome to the Community!
Can you please share more details on that error? When does it appear? Maybe you post a screenshot of that error and the corresponding action or connector?
I would check 3 things :
- Names of ODBC must match exactly
- ODBC is 64 bits
- ODBC was added in the system tab rather than the user tab in the ODBC administration tool
Is it possible to share here the morph project ? It would be easier to understand the issue.
Hi @Maheshwar,
Please ensure that the DSN is created in the 64-bit version of ODBC Administrator.
Can you please elaborate how to create?
Hi @Maheshwar,
- Open the Windows start menu
- Type in
ODBC
- Choose ODBC Administrator 64-bit
- Recreate the existing DSN or create a new one.
If that won’t help, please post screenshots of your ODBC connector settings and of the corresponding error message.
Thanks for the reply after following the above process still facing the below issue:
Your task is executed with a worker that is configured to work under the LOCAL SERVICE
Windows account. That account only has access to System DSNs.
Please make sure that you created a System DSNs (and not a User DSN) on the computer that runs EasyMorph Server. And that you EasyMorph ODBC connector references that system DSN and not a User DSN with the same name.
As an alternative, if you really have to use User DSN, you can make the task to be executed under a user Windows account (by creating a new Worker and assigning that Worker to task’s space). The user account, specified in the new worker, should be that same account that was used to create the User DSN.
Can you share me any screenshots step by step how to do that or help me with any alternative as I never did these stuff previously.
I have created a system DSNs as you mentioned but the same error as below attached.
Hi @Maheshwar,
I sent an email to the address specified in your Community profile. Please check your inbox.
We are facing the same issue can you please look into it, Also trying to reply back to the mail but its not getting delivered
Hi @Maheshwar,
I sent you a personal message. Please check the Messages section in your Community profile.
Hi @Maheshwar,
If you are creating the ODBC 64 bit DSN on your desktop and then publishing the project to the EasyMorph server, the server must have the same DSN or the task will fail. Did you set up a duplicate DSN on the EasyMorph server?
I have same issue " ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Location: action "Import from database", table "XX_XXXXXX_SALES_"
1- I created ODBC connector in server as well.
Which type of DSN you are using - System DSN or User DSN?
I am still have snowflake connection issue with ODBC. Any help appreciated.