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:
- Using a GUID Generation tool, generate a new GUID.
The characters must be uppercase and generated without hyphens.
- Using Command Manager connect to the metadata for which you wish to update the
repository_id
. - Execute the command below using the new GUID:
- Confirm the
repository_id
was applied by running the following command:
Copy
ALTER SERVER CONFIGURATION REPOSITORYID "<new_repository_id>";
Copy
LIST PROPERTIES FOR SERVER CONFIGURATION;