MicroStrategy ONE
Configura manualmente il server di collaborazione su un server Windows
- Individuare la directory di installazione del Server di collaborazione
{MSTR_INSTALL_DIRECTORY}\CollaborationServer
. -
Modificare il
config.json
file.Copia{
"port": < Collaboration Server port number >,
"dataSource": {
"username": {POSTGRES_USERNAME},
"password": {POSTGRES_ENCRYPTED_PASSWORD},
"port": {POSTGRES_PORT},
"encryptionKeyFile": {ENCRYPTION_KEY_FILE}
},
"authorizationServerUrl": "{PROTOCOL}://{LIBRARY_HOSTNAME}:{LIBRARY_PORT}/MicroStrategyLibrary/api"
} -
Riavviare il Server di collaborazione e accedere
{PROTOCOL}://{COLLAB_SERVER_HOSTNAME}:{COLLAB_SERVER_PORT}/status
per verificare.