MicroStrategy - Command Manager - Project Configuration

mstr
Command Manager

How can we use Command Manager to back up and restore server configuration settings?

Other way to save the Configuration is to execute below procedure:

EXECUTE PROCEDURE Save_Reuse_Project_Configuration ("microstrategy tutorial", "c:\temp\projectConfiguration.scp");

This procedure will generate a script to retrieve the project configuration setting for the project 'projectName', and the script can be used to recover the project configuration in the future. The 'scriptFile' is the location where the script will be saved to.

How can we list project configuration settings?

LIST ALL PROPERTIES FOR PROJECT CONFIGURATION IN PROJECT "MicroStrategy Tutorial";

How can we alter project configuration settings?

ALTER PROJECT CONFIGURATION 
    DESCRIPTION "MicroStrategy Tutorial Project (version 7.2)" 
    MAXSCHEDULEREPORTEXECTIME -1
    WAREHOUSE "Tutorial Data" 
    DOCDIRECTORY "C:\Program Files\MicroStrategy\Tutorial Reporting" 
    MAXNOATTRELEMS 1000 
    USEWHLOGINEXEC FALSE 
    MAXREPORTEXECTIME 600 
    MAXNOREPORTRESULTROWS 32000 
    MAXNOELEMROWS 32000 
    MAXNOINTRESULTROWS 32000 
    MAXJOBSUSERACCT 100 
    MAXJOBSUSERSESSION 100 
    MAXEXECJOBSUSER 100 
    MAXJOBSPROJECT 1000 
    MAXUSERSESSIONSPROJECT 500 
    IN PROJECT "MicroStrategy Tutorial";
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License