Hi All,
Have been trying to migrate workflows from Alteryx Designer/Alteryx Scheduler environment to Alteryx Server
Old connections working in designer - odbc:DSN=TESTDB
When I setup a data connection on the Alteryx Server - the connection string looks something like below on the server
odbc:DRIVER={ODBC Driver 17 for SQL Server};UID=abc_123;PWD=ABC};DATABASE=ABC;SERVER=DEF
When I try to save workflows on the server using the string above - I get the below Error's
1) If I keep the connection string in designer as odbc:DRIVER={SQL Server};Database=TESTDB; Server=DEF, The workflow runs on the designer but when I save it on the server, I get
the error - Cannot open database "TESTDB" requested by the login,The login failed.
2) if I add username and password to the string ,
odbc:DRIVER={SQL Server};Database=TESTDB; Server=DEF; UID=abc_123;PWD=ABC
I get the error login failed for the user abc_123 on both designer and server.
Let me know if I'm missing anything on both the steps.
Thanks.