To migrate from SAS
Web Analytics 5.41 to SAS Web Analytics 5.41 on a different machine,
you must complete these steps to update the appserver_autoexec.sas
and sasv9.cfg files.
CAUTION:
You must
complete these steps, or you will not be able to successfully run
SAS Web Analytics jobs or reports.
-
On the server tier,
navigate to the
SAS-configuration-directory\lev\appserver
context
directory. The default
appserver
context
is
SASApp
.
-
Example for Windows operating systems:
C:\SAS\config\Lev1\SASApp
-
Example for UNIX operating systems:
/usr/local/config/Lev1/SASApp
-
Edit the sasv9.cfg file.
-
On the line that follows
–rsasuser
,
add the following text for Windows operating systems:
-insert sasautos "SAS-installation-directory\SASFoundation\9.3\weba\ucmacros"
-
Add the following text for UNIX
operating systems:
-insert sasautos "SAS-installation-directory/SASFoundation/9.3/ucmacros/weba"
After you make your
changes, save the sasv9.cfg file.
-
Edit the appserver_autoexec.sas
file.
-
On the line that follows
/*
Include autoexec files */
, add the following text for
Windows operating systems:
%include "SAS-installation-directory\SASFoundation\9.3\weba\
sasmisc\weba_autoexec.sas"
-
Add the following text for UNIX
operating systems:
%include "SAS-installation-directory/SASFoundation/9.3/misc/
weba/weba_autoexec.sas"
After you make your
changes, save the appserver_autoexec.sas file.