%MM_migrationStep1 macro ports all catalogs and SAS data sets from the source server into .cpo and .dpo files, and then places them in a user-specified directory.
Requirement: | You must run this macro if you are migrating from one UNIX system to a different type of UNIX system. |
specifies the server name or multicast address for the migration source server that hosts the model repository. This argument is ignored for a SAS Decision Manager 2.2 or 3.1 to 3.1 migration, which uses the ServiceRegistryURL argument.
Example | Server=myserver.com |
specifies the port number for the migration source server that hosts the model repository.
Example | PortNumber=6411 |
specifies the service registry URL. The host is the server name where the middle-tier is installed and the port is the port number of the SAS Web Application Server.
specifies a valid SAS Decision Manager user to access migration source server.
specifies the password for the SAS Decision Manager user to access migration source server.
specifies the directory where all of the portable files are saved.
Example | TargetDir=\\network1\transfer |