Hi all,
We are building a new environment with 9.2 to replace an old 9.2 environment that had been an upgrade of 9.1. The old environment had its compute server defined as SASMain. The new one is SASApp.
Is there an automated or programmatic way to change users' EG projects to reference SASApp instead of SASMain? So far we're having to open each project and change the assigned server, then save. This is not a problem for users with a handful of projects but we have a couple departments with hundreds of projects per user.
Any suggestions?
TIA
Nick
Hi Nick!
Does the Migration Utility not work for this scenario since it's going from 9.2 to 9.2?
Here are my two blog posts about how the Enterprise Guide and Add-in to MS Office Migration Utility work (from 9.1.3 to 9.2):
~ Angela Hall
Hi Nick!
Does the Migration Utility not work for this scenario since it's going from 9.2 to 9.2?
Here are my two blog posts about how the Enterprise Guide and Add-in to MS Office Migration Utility work (from 9.1.3 to 9.2):
~ Angela Hall
Hi Angela - thanks for this, I hadn't realized there was a migration utility for EG. I'll check if it will fix our server mismatch even though it's the same version of SAS.
Nick
Let me know if it works!
~ Angela (continuously curious)
FYI, it does work - the wizard converts succesfully from 4.2 to 4.3 and makes the requisite changes. The only snag we ran into was that running it across multiple machines required setting up a mapped drive because it wouldn't work with UNC paths. Batch file below:
@echo off
title Starting EG Migration Wizard
color 02
cls
net use s: \\10.20.30.40\sasdepot92m3
s:
cd
pause
echo Migration Wizard Running...
color 0c
"%programfiles%\SAS\EnterpriseGuide\4.2\MigrationWizard.exe" "s:\__my_migration_record.mig"
color 02
echo Migration Wizard Finished...
title Migration Wizard Finished
c:
net use s: /d
pause
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.