Sharing Database Alias between users
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is there anyway to share DB aliases between users, either with the alias manager on server or with a shared file on a network drive?
I have been looking and can't yet find a real easy way yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Paul,
The DB Alias are stored in XML files that can be distributed. However, generally passwords will not be stored in a way that can just be deployed to another user. (The password would be a lot less secure if someone could just copy the encrypted password and drop that on to their machine without even needing to know the password...)
With Default Settings, locations are:
C:\ProgramData\Alteryx\Engine\SystemAlias.xml
C:\Users\<ID>\AppData\Roaming\Alteryx\Engine\UserAlias.xml
That being said, I don't think that you could have a central repository.
Kane