SAS 9.2 / EG 4.2 – Multiple startup profiles

So if you want to make friends again with your users (after peeing them off by making the change in my last blog post) you can make it easier for them to connect to different Metadata environments, without having to change the connection details within Enterprise Guide.

If you run Production / UAT / Development environments you can make it easy for users to start choose which environment they want before starting EG and thus removing the need to go through the conneciton wizard each time to change environments.

http://support.sas.com/documentation/cdl/en/enclient/61192/HTML/default/a003280786.htm

Creating Desktop Shortcuts for Different Profiles

After you have created profiles, you can associate a profile with a shortcut on the Windows desktop. This capability enables you to start SAS Enterprise Guide with a specific profile by clicking on a specific shortcut. You can also start SAS Enterprise Guide without a profile by using a desktop shortcut.

To associate a profile with a desktop shortcut, follow these steps:

  1. Create a shortcut for the file SEGuide.exe. By default, it will be in the directory C:\Program Files\SAS\EnterpriseGuide\4.2.
  2. Right-click on the shortcut that you created and select Properties.
  3. To start SAS Enterprise Guide by using a specific profile, add /profile:<profile name> at the end of the string in the Target box. You must include a space before /profile. If the profile name includes spaces, you must enclose the name in quotation marks:
    "C:\Program Files\SAS\EnterpriseGuide\4.2\SEGuide.exe" /profile:"SAS Metadata"

    To start SAS Enterprise Guide without a profile, add /noprofile at the end of the string in the Target box. You must include a space before /noprofile:

    "C:\Program Files\SAS\EnterpriseGuide\4.2\SEGuide.exe" /noprofile
  4. Click OK to close the Properties dialog box.
  5. You can now rename and move the shortcut to the desktop.
Share
Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *

*