MicroStrategy ONE

How to Update a Repository ID Using Command Manager

The following procedure is optional.

When restoring a metadata backup to a new environment, the original repository_id value is retained.

You can refresh the repository_id using the Command Manager steps below:

  1. Using a GUID Generation tool, generate a new GUID.

    The characters must be uppercase and generated without hyphens.

  2. Using Command Manager connect to the metadata for which you wish to update the repository_id.
  3. Execute the command below using the new GUID:
  4. Copy
     ALTER SERVER CONFIGURATION REPOSITORYID "<new_repository_id>";
  5. Confirm the repository_id was applied by running the following command:
  6. Copy
    LIST PROPERTIES FOR SERVER CONFIGURATION;