%MM_migrationStep2() Macro

%MM_migrationStep2 macro imports all of .cpo and .dpo files into the target server.

Requirement: You must run this macro if you are migrating from one UNIX system to a different type of UNIX system, or if you are migrating from a Windows 32-bit server to a Windows 64-bit server. SAS 9.4 does not support Windows 32-bit systems. This macro does not need to be run when migrating from SAS Decision Manager 2.2 to SAS Decision Manager 2.2 on a Windows 64-bit server.

Syntax

%MM_migrationStep2(ServiceRegistryURL=service-registry-URL,

User = mmUser,
Password = mmPassword,
SourceDir=\\network\port,
TargetDir= myTargetDIR );

Required Arguments

ServiceRegistryURL

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.

Restriction This argument is valid only for SAS Decision Manager 2.2.
Example
ServiceRegistryURL=
nrstr(http://myServer:80/SASWIPClientAccess/remote/ServiceRegistry)

User

specifies a valid SAS Decision Manager user to access migration target server.

Password

specifies the password for the SAS Decision Manager user to access migration target server.

SourceDir

specifies the directory where all portable files are saved.

Example
SourceDir=\\network\transfer

TargetDir

specifies the directory where the migration result table will be saved. Here is an example:

TargetDir=\\network1\migration