Introduction:
(Note: The above mentioned ways are applicable wherever we only have OEM license).
Import Package through MAImport:
Steps:
1. Paste the “.mmp” file of Signed-Off Objects to be migrated in one of the folders of to UAT or Production Machine.
2. Go to the Directory on Command Line- C:\Program Files (x86)\MicroStrategy as pasted below on UAT or Production Machine.
Note: Assumed MicroStrategy is installed in Program Files (x86). If not, root to the directory where MicroStrategy being installed.
3. Now execute the below pasted Command with the proper input Parameters.
MAImportPackage -n Project Source Name -u administrator user name -p password -f “Path of the .mmp file located on Production machine to be moved to Production” –j Project Name
4. Below pasted is an example assuming the fixes.mmp file to be moved to production is present in the location: C:\ProductionPackages9092014\fixes.mmp on Production Machine.
Then the Command to be executed to move the Package “fixes.mmp” will result into
Command: MAImportPackage -n testserver -u administrator -p xxxxx –f “C:\ProductionPackages9092014\fixes.mmp” –j testproject
The Screenshot is pasted below:
5. After typing the Command above in the Command Line Press Enter on the Keyboard,once the Command completes successfully you can exit the window.
6. The MicroStrategy Objects are moved successfully.
7. Since in OEM licence we do not have project access in desktop, so restart MicroStrategy Intelligence server in Services.msc for schema changes to affect.
8. The MicroStrategy Objects Migration is completed.
Note: In this process we cannot generate the Undo Package of the package which we moved from Dev to UAT or Production.
Import Package through Project Merge:
Steps:
1. Paste the “.mmp” file of Signed-Off Objects to be migrated and Import.xml in one of the folders of UAT or Production Machine. (Please the the attachment for Import.xml)
2. Edit “Import.xml” and Change the details like (where ever mentioned “<>” in the document for the place holder)
3. Now, go to the Directory on Command Line- C:\Program Files (x86)\MicroStrategy as pasted below on UAT or Production Machine.
Note: Assumed MicroStrategy is installed in Program Files (x86). If not, root to the directory where MicroStrategy being installed.
4. Now execute the below pasted Command with the proper input Parameters.
ProjectMerge -f “Path of the .xml file located on Production machine to be moved to Production” -sp “Password of the project source”
5. Below pasted is an example assuming the fixes.mmp file to be moved to production is present in the location: C:\ProductionPackages9092014\fixes.mmp on Production Machine and the C:\ProductionPackages9092014\Import.xml
Then the Command to be executed to move the Package “fixes.mmp” will result into
Command: ProjectMerge –f “C:\ProductionPackages9092014\Import.xml ” –sp “xxxxxxxx” –SU
The Screenshot is pasted below:
6. After typing the Command above in the Command Line Press Enter on the Keyboard.
7. A pop up comes with Success message. The MicroStrategy Objects are moved successfully.
8. Since in OEM licence we do not have project access in desktop, so restart MicroStrategy Intelligence server in Services.msc for schema changes to affect.
9. The MicroStrategy Objects Migration is completed.
Note: In this process we can generate the Undo Package of the package which we moved from Dev to UAT or Production.