I am using Alteryx Gallery 10.6 and running tests using database connections.
My question is around a database connection; say, for instance, I have published a workflow connecting to Microsoft SQL using the OleDB connection. This OleDB connection is using my Windows credentials to login. So this works perfectly on Designer as it's on my machine and I have access. Awesome.
So naturally, when I upload it to the Gallery with "User is not required..", the workflow fails as it tries to use the Server machine's Windows login.
If I select "User must specify own", the issue I face is that when I login using my Windows credentials on the Gallery, I get "Nonce not found" as the error.
I have spoken to my DBA, and he assures me that I would be able to login to the SQL Server with my Windows credentials. Is there any way for me to make this work?
The objective, finally, is the to be able to ensure that people who don't have access to the database aren't able to run the workflow. Does this make sense?
Thanks in advance.