I'm trying to get a database connection to work on server without having IT setup the database connection AND without the Server Account having access to the database. From what I've read I am trying to use a DSN-Less connection. The connection works on desktop. I've tried many routes and many different combinations of the following steps, but basically it's:
1. Create the DSN-Less Connection.
2. Synchronize with Server.
3. Create my workflow with said connection.
4. Save the workflow to Server.
5. Run the workflow.
Upon running the workflow, I get an error that it can't find the connection. If my IT Server Admin, goes onto the server and creates the DSN-Less connection through File-Manage Connections and creates it as a System connection, then it works. The problem here is that IT is involved.
I have verified the same drivers are on the server. I've also been on the phone with Alteryx Support and they haven't been able to come up with a solution.
Is the only way for database connections to work, is to have IT set it up on that side?