Skip to main content

setupanalytics

Use setupanalytics to

  • Add the Analytics app if it was not installed when Bravura Security Fabric was initially installed.

  • Modify the Bravura Security Fabric 's current Analytics app configuration:

    • Change the SQL Server Reporting Services (SSRS) server web service URL.

    • Change the SSRS server administrator username.

    • Change the SSRS server administrator password.

    • Change up a SSRS database, a database login username and password.

    • Change the report users login username.

    • Change the report users login password.

Requirements

If you are using setupanalytics to add the Analytics app to the product if it was not initially installed when Bravura Security Fabric was installed, the following extra steps are required:

  1. Install SQL Server Reporting Services - Native feature.

  2. Create a dedicated report database user and schema.

  3. Configure SSRS.

Usage
setupanalytics.exe [option]

Argument

Description

–admin <username>

Report server administrator

–adminpwd <password>

Report server administrator password.

–db <database>

Fully-qualified domain name of the database server.

–password <password>

Database report user password.

–url <url>

Report server URL.

–username <username>

Database report username.

Examples
  1. Change analytics to use a different database to report data from:

    setupanalytics.exe --db SERVER01\database1 --username reportuser --password reportuserpassword
  2. Add the Analytics app after the Bravura Security Fabric installation:

    setupanalytics.exe --admin sa --adminpwd password --db SERVER01\database1 --url http://SERVER01:80/ReportServer --username reportuser --password reportuserpassword