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: How to Connect to the EDW.
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:
RunAs /netonly /user:yournetid@netid.washington.edu "C:\Your\Program\File\Location.exe"
The first part of the RunAs command is as follows (replacing yournetid with your UW NetID):
RunAs /netonly /user:yournetid@netid.washington.edu
Note: we suggest you copy and paste this string, so you have the included spaces.
Create the second part of the command by finding the path for the program you want to run:
Copy the contents of the Target field on the Shortcut tab, including the double quotes. Add this to the first part of the command, to get a full command that looks similar to this:
RunAs /netonly /user:yournetid@netid.washington.edu "c:\program files\microsoft office\office15\excel.exe"
(Optional) If the contents of the Target field resemble the "Unusable Target" image on the right above, you will need to create the target by hand by finding the path of the program's .exe file.
Search your computer for the appropriate file name (see the table for examples)
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:
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:
RunAs /netonly /user:yournetid@netid.washington.edu "C:\Your\Program\File\Location.exe"
Name the file with a .bat extension. Do not save the file with a .txt extension. The example below is named Excel.bat
Repeat the batch file creation process for each tool you use.