Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL Server ODBC Driver is 13, not 17 #33

Open
yehoshuadimarsky opened this issue May 27, 2018 · 1 comment
Open

SQL Server ODBC Driver is 13, not 17 #33

yehoshuadimarsky opened this issue May 27, 2018 · 1 comment

Comments

@yehoshuadimarsky
Copy link

The connection string in config.py has the wrong driver version number. Says 17, should be 13.

# Connection string to SSISDB
CONNECTION_STRING = {
                    "main": "DRIVER={ODBC Driver 17 for SQL Server};SERVER=localhost;DATABASE=SSISDB;UID=;PWD=",
                    }
@der-michael
Copy link

der-michael commented Feb 8, 2019

This depends on the installed Version of the MS ODCB Driver.

Maybe add to Installation Information that this needs to be installed - I figured pyodbc would be a complete implementation at first..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants