%MM_migrationStep3() Macro

%MM_migrationStep3 macro converts a project’s performance data to the 12.1 format. The performance data is converted for all versions within the projects that are being migrated.

Syntax

filename mycode catalog "sashelp.modelmgr.mm_migration.source";
%include mycode;
filename mycode;
libname _mmlibSASConfigDir\Lev#\\AppData\SASModelManager12.1\Dashboard\Data”;
%MM_migrationStep3(Server = myTargetServer, PortNumber = port,
User = mmUser, Password = mmPassword,
DashboardReportDataLib= _mmlib);

Required Arguments

Server
specifies the domain name or multicast address for the migration target server that hosts the model repository. The value depends on the SAS Model Manager version. SAS Model Manager 3.1, 3.1 M1, and 12.1 use the multicast address, but versions prior to 3.1 use the server name. Here is an example:
Server=myserver.com
Tip
The multicast address and port number are defined in the environment.properties file that is located in the \sasconfigdir\Lev#\ Web\Applications\RemoteServices directory. For example, in your SAS Model Manager 12.1 environment in Windows, the file is located at C:\SAS\Config\Lev1\Web\Applications\RemoteServices.
PortNumber
specifies the port number for the migration target server that hosts the model repository. Here is an example:
PortNumber=8561
User
specifies a valid SAS Model Manager user to access migration target server.
Password
specifies the password for the SAS Model Manager user to access migration target server.
DashboardReportDataLib
specifies the libref for the Dashboard directory path on the migration target server. Here is an example:
DashboardReportDataLib=_mmlib