29 September 2016
When your connecting to databases with Alteryx you are always looking to connect to ODBC drivers. While I would love to see some more custom optimised connectors which store the connection information with the connection (the SalesForce Connector is heading in that direction), the current situation is you connect by ODBC and end up with a connection List like this:
At this point it gets to be a pain trying to remember which connection goes to which database on which server, but don’t worry there is a solution!

Except you start getting emails saying the work flow isn't working and it cant connect to 'Awesome Database' (your alias). Don't panic there is a way to fix this.When you assign an alias Alteryx creates an XML file (UserAlias.xml for a user level alias or SystemAlias.xml for a system level alias). you can go and find these XML files in your computers directory (C:\\Users\\yourusername\\AppData\\Roaming\\Alteryx\\Engine). From this directory you should can copy/paste the XML to the correct directory in your colleague's computer to have the Alias show up in Alteryx.

Alias Manager
The Alias Manager is the first step in allowing you to save your connection information and give it a name you can remember. You can use it for both standard database connections (for use with the normal input tool) or for In-Database connections. There are two main ways to access the Alias Manager, you can navigate to it via the Options Menu->Advanced Options->Alias Manager or you can get to it from an Input tool (in the Alias option)
Creating an Alias
Once you have opened the alias manager creating a new alias is pretty easy. First click on the plus icon then choose the ‘Add User’ or ‘Add System’ option (I usually just create a User alias). From there you choose your alias name and add the connection details for the database. I usually copy the connection from a previous connection (that appears in recently used list) and paste that in.
Sharing Your Alias
So now that you have your aliases you want to share the fast, easy and clean workflows you have created (using the alias “Awesome Database” in the input). You package the workflow up and share it out (either giving them the workflow or uploading it to your Alteryx Server), then sit back relax and wait for the praise to come in...