After migrating your
SAS content on the WebDAV Server from SAS Model Manager 2.1 or later
to SAS Model Manager 12.1 using the SAS Migration Utility, you must
manually modify the URL to the graphic images that are referenced
in the Excel format reports. The Excel format reports cannot be modified
using the SAS Model Manager 12.1 client. Instead, use the DAVTree
utility on the SAS 9.3 deployment to modify the content of the Excel
files. Only a SAS administrator who has Write access to the WebDAV
Server can access the DAVTree utility.
Note: The DAVTree utility can be
found on the target machine in the
\sasconfigdir\Lev1\Web\Utilities
directory.
-
Run the
DAVTree.bat file
to open the DAVTree utility program. Select
FileOpen, enter the URL
http://server-name:port/SASContentServer/repository/default/ModelManager/
,
and then click
OK.
-
Enter the user name
and password for the configured SAS administrator or SAS Model Manager
administrator.
-
Expand the
MMROOT folder.
-
Navigate to the
Reports folder
that is contained in the version folder for a project, and expand
the report object node that contains the .xls file. Here is an example:
dynamicLift.xls.
-
Right-click the XLS
file and select
Edit to open it in the text
editor.
-
Manually search the
file for image source references. Here is an example:
src="http://myserver.com:8080/SASContentServer/repository/default/ModelManager/MMRoot/Test2/HMEQ/2010/Reports/dynamicLift_D2011-05-11T12.22/images/gplot.png"
.
-
Replace the full source
path with the relative source path for each image in the file. For
example, replace
"http://myserver.com:8080/SASContentServer/repository/default/ModelManager/MMRoot/Test2/HMEQ/2010/Reports/dynamicLift_D2011-05-11T12.22/images/gplot.png"
with
"./images/gplot.png"
.
-
Save the file and exit
the text editor.
-
Repeat steps 3 though
8 for all migrated reports in Excel format.