I need to change the behavior of EG 7.1 in case that there is an issue with a format in the code. Any settings in the autoexec*.sas of the workspace server are overwritten by the following statement when the EG starts. Where I have to 'disable' the following setting?
17 /* Data access options to allow opening data when we can't find formats */
18 options nofmterr;
BR
Stefan
Hi all,
The EGOptions.xml was the first step in the right direction. With this description https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-options-configuration-file/td-p/105355 I found the best solution. The link to the program SEGuide.exe is extended by 2 parameters. Now my installation looks like this:
"C:\Program Files\SASHome\SASEnterpriseGuide\7.1\SEGuide.exe" /option:strOnServerConnectSASCode="options fmterr;" /option:bInsertSASCodeOnServerConnect=TRUE
This can be done on the Citrix evironment overwriting only these two options for all users.
Stefan
Hi Stefan
You can save custom code to submit at the start of a SAS session within the Options:
That's it!
Ok, but with this setting I can modify only my EG profile. I need to change it for all users in our company. I think I have to modify it somewhere outside the EG application ...
BR
Stefan
@Stefan_Pannen wrote:
Ok, but with this setting I can modify only my EG profile. I need to change it for all users in our company. I think I have to modify it somewhere outside the EG application ...
BR
Stefan
No, you have to do it on every desktop where EG is installed. This code is sent from EG and cannot be influenced by anything you do on the server side.
AFAIK, the code is stored in one of the XML configuration files in the AppData directory of the user, or in a global configuration file in the EG installation directory under C:\Programs.
If you have software management at your site, you might be able to incorporate the change in the EG deployment (as an "after installation" step), but if EG is installed manually on every single desktop, then you will have to bite the bullet and implement the change on every desktop.
The EG is installed on Citrix. So I have to figure out where the code is stored in the XML and to publish it to the Citrix installation.
Fine, I will try this, thanks a lot.
Stefan
Calling @ChrisHemedinger
Hi all,
The EGOptions.xml was the first step in the right direction. With this description https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-options-configuration-file/td-p/105355 I found the best solution. The link to the program SEGuide.exe is extended by 2 parameters. Now my installation looks like this:
"C:\Program Files\SASHome\SASEnterpriseGuide\7.1\SEGuide.exe" /option:strOnServerConnectSASCode="options fmterr;" /option:bInsertSASCodeOnServerConnect=TRUE
This can be done on the Citrix evironment overwriting only these two options for all users.
Stefan
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.