Are you attempting to connect to connect to the EDW remotely and having difficulty? If so, continue reading this section. If you log into your computer using your UW NetID credentials in a native UW environment and are looking for instructions on connecting via specific program, please review the specific connection guides outlined in: Help: Enterprise Data Warehouse.
If you're trying to connect to the EDW remotely (i.e. from an off-campus computer), you must log on to the UW network using the Husky OnNet VPN software. Note: In general, UW Medicine locations are considered "off-campus" and require Husky OnNet.
Regardless of what query tool you use with the EDW, you must connect with your UW NetID credentials. If you do not log into your computer in a native UW NetID environment, you will need to use a special command to open your query tool with your NetID credentials.
The "RunAs" command allows you to open and operate programs using different credentials than the credentials you use to log in to your computer. Instructions to create your "RunAs" command vary depending on the operating system, the program you want to use, and the program's path. These examples work for standard Managed Workstation Service computers. If your computer is not managed by MWS, check with your department’s IT staff to modify these instructions for your computing environment.
To open your query tool using UW NetID credentials via RunAs, you'll follow two steps:
In this step, you'll build a RunAs command specific to you and the query tool you will be running.
The "RunAs" command has two basic parts, as shown below:
Example:
RunAs /netonly /user:yournetid@netid.washington.edu "C:\Your\Program\File\Location.exe" |
RunAs /netonly /user:yournetid@netid.washington.edu |
Note: we suggest you copy and paste this string, so you have the included spaces.
RunAs /netonly /user:yournetid@netid.washington.edu "c:\program files\microsoft office\office15\excel.exe" |
Program |
File Name |
Access |
msaccess.exe |
Excel |
excel.exe |
Tableau |
tableau.exe |
SQL Data Tools* |
devenv.exe |
SSMS** 2012 |
ssms.exe |
* Formerly known as BIDS – Business Intelligence Development Studio, aka Visual Studio **SSMS – SQL Server Management Studio |
Now that you've built your RunAs command, there are two recommended ways to execute it:
Option 1: Issue the "RunAs" command through the Run dialog box
Option 2: Script the "RunAs" command in a batch file
Another way to use the RunAs command is through a batch file with the extension .bat. You can double click the .bat file icon and supply your password to open the tool you would like to use.
To create a .bat file: