MicroStrategy ONE

Managing Subscriptions Using Command Manager

MicroStrategy Command Manager is a script-based tool for automating Intelligence Server administration. You can compose Command Manager scripts to manage user subscriptions. In some situations this may be more efficient than navigating the Developer GUI, since you can quickly change the names of reports, users, or projects with Command Manager scripts.

To configure subscriptions with Command Manager, you must have the Use Command Manager privilege.

To start Command Manager, from the Start > Programs > MicroStrategy Products > Command Manager.

The Command Manager statement syntax for creating a mobile subscription is:

Copy
CREATE MOBILESUBSCRIPTION subscription_name [FOR OWNER login_name] SCHEDULE schedule_name USER user_name CONTENT report_or_document_name IN FOLDER location_name IN PROJECT project_name [OVERWRITEOLDERVERSION (TRUE|FALSE)] [EXPIRATIONDATE mm/dd/yyyy] [RUNFRESH (TRUE|FALSE)] [CREATEUPDATECACHE (TRUE|FALSE)] [MODIFICATIONBYRECIPIENTS (TRUE|FALSE)];

For more information about Command Manager, including detailed instructions, see the Automating Administrative Tasks with Command Manager chapter in the System Administration Help, or see the Command Manager Help help.