Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Expand
titleFor EMS Admins

To switch between Test and Production EMS desktop environments:

  1. Close EMS desktop.

  2. Open Command Prompt. (Windows Start menu, type in “cmd”).

  3. Copy the line of code after the “:” below.

    1. For test EMS: reg add "HKCU\Software\EMS Software\Version 223" /d https://emstest.seattleu.edu/EMSDesktopWebDeploy/  /t REG_SZ /v AppFacadeUrl /f

    2. For production EMS: reg add "HKCU\Software\EMS Software\Version 223" /d https://reservations.seattleu.edu/EMSDesktopWebDeploy/  /t REG_SZ /v AppFacadeUrl /f

  4. Right-click on Command Prompt to paste. Press enter. It should say “The operation completed successfully.”

  5. Open EMS desktop. Check in the top left corner to see the name of the database server: “its-eap-tsql1” is Test, and “its-eap-psql1” is production.

The Test and Production EMS Web App may be accessed at the following URLs:

  1. Test EMS Web App: https://emstest.seattleu.edu/EmsWebApp/

  2. Production EMS Web App: https://reservations.seattleu.edu/EmsWebApp/

...