Version 2021
Manually Configure Collaboration Server on a Windows Server
- Browse to Collaboration Server installation directory
{MSTR_INSTALL_DIRECTORY}\CollaborationServer
. -
Edit the
config.json
file{
"port": <Collaboration Server port number>
"dburl": "mongodb://{MONGODB_USERNAME}:{MONGODB_PASSWORD}@{MONGODB_HOSTNAME}:${MONGODB_PORT}/{MONGODB_DB_NAME}?authSource=admin",
"authorizationServerUrl": "{PROTOCOL}://{LIBRARY_HOSTNAME}:{LIBRARY_PORT}/MicroStrategyLibrary/api"
}
-
Restart Collaboration Server, and access
{PROTOCOL}://{COLLAB_SERVER_HOSTNAME}:{COLLAB_SERVER_PORT}/status
to verify.