MicroStrategy ONE

Configurar manualmente o Collaboration Server em um Windows Server

  1. Navegue até o diretório de instalação do Collaboration Server {MSTR_INSTALL_DIRECTORY}\CollaborationServer.
  2. Edite o config.json arquivo.

    Copiar
    {
        "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"
    }

  3. Reinicie o Collaboration Server e acesse {PROTOCOL}://{COLLAB_SERVER_HOSTNAME}:{COLLAB_SERVER_PORT}/status verificar.