Like
SAS data sets, existing user-defined format catalogs might be available
only to servers that run on your original SAS server host. It is common
for a server to look for such catalogs in the configuration directory
on the original server host in the directory
configuration-directory\SASApp\SASEnvironment\SASFormats
.
It is also possible to specify the location of the catalog in a configuration
file, as explained in
Connecting to Common Data Sources in SAS Intelligence Platform: Data Administration Guide. However, the path recorded in such
a file is often a local path.
One solution to this
problem is to replicate the catalog on all server hosts, but this
can be less than ideal if the catalog is subject to change. A better
solution is to specify the location of the catalog in
configuration-directory\SASApp\sasv9.cfg
and
to make sure that the path to catalog is a network path. For example,
you might change
-set fmtlib1 "C:\SAS\configuration-directory\SASApp\Data\orformat"
-fmtsearch (fmtlib1.orionfmt)
to:
-set fmtlib1 "\\D1234\SAS\configuration-directory\SASApp\Data\orformat"
-fmtsearch (fmtlib1.orionfmt)