%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.

Syntax

filename mycode catalog "sashelp.modelmgr.migration.source";
%include mycode;
filename mycode;
%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 or later.
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 is saved. Here is an example:

TargetDir=\\network1\migration
Last updated: February 22, 2017