Data source name not found and no default driver specified
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello All,
I am using Alteryx Designer (admin version) + Alteryx Desktop Automation
When I run my workflow (extract data from flat files and load into SQL Server) in designer, it runs smoothly.
And the issue occurs when I put the same workflow in Scheduler.
Issue:
Error SQLDriverConnect: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Note: Already installed, "ODBC Driver 17 for SQL Server"
Looking for resolution on the same.
Thanks in advance.
Solved! Go to Solution.
- Labels:
- Database Connection
- Scheduler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Try following the steps here:
I'd also suggest setting Run As credentials in your Alteryx System Settings. The workflow will be run using a service account that might not have access as well.
https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/Run-As-Settings/ta-p/17830
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks @echuong1 🙂
It worked, after I change the System setting 'Run As' credentials to the specific user who have access to database server.
