I use EG 4.3 on my laptop at the office and EG 4.3 via VMWare for remote working. At present, EG on VMWare retains its settings between VMWare sessions but unfortunately, that is going to change. Apparently, the current VMWare configuration costs a lot of resources and IT wants to setup VMWare so that EG will be like a fresh install for each new VMWare session.
Therefore, I'm investigating ways to synchronize settings between my local EG and EG under VMWare. What I've discovered for myself so far:
Two questions remain:
I tried filling in "%appdata%" in the project recovery location but that generated an error and EG created a new folder named "%appdata%". Is there a way to do this?
Thanks for any help,
John Hendrickxeg,
EG's program editor settings are stored in the Windows registry (ex. HKEY_CURRENT_USER\Software\SAS Institute Inc.\Enhanced Editor). So, if your Windows registry settings are not preserved between VMware sessions, you'd need to export that key to a .reg file, then run the .reg file to recreate the registry keys each time.
Regarding the Project Recovery path, as you noted, EG 4.3 doesn't accept system environment variables such as %appdata% in the project recovery path option. You can workaround that by removing the "projectRecoveryPath" xml element from EGOptions.xml altogether. In which case, it will use the default... the path that "%appdata%\SAS\EnterpriseGuide\4.3\ProjectRecovery" resolves to.
Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF
View now: on-demand content for SAS users
EG's program editor settings are stored in the Windows registry (ex. HKEY_CURRENT_USER\Software\SAS Institute Inc.\Enhanced Editor). So, if your Windows registry settings are not preserved between VMware sessions, you'd need to export that key to a .reg file, then run the .reg file to recreate the registry keys each time.
Regarding the Project Recovery path, as you noted, EG 4.3 doesn't accept system environment variables such as %appdata% in the project recovery path option. You can workaround that by removing the "projectRecoveryPath" xml element from EGOptions.xml altogether. In which case, it will use the default... the path that "%appdata%\SAS\EnterpriseGuide\4.3\ProjectRecovery" resolves to.
Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF
View now: on-demand content for SAS users
Thanks for the information. I was afraid it would be that way with EG editor settings, I'd looked through the other configuration files. Good tip about the project recovery location.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.