USER MANUALS

Usage Reports Table

Note

Only global administrators and Solution Manager administrators can access the Metering menu.

To open the Usage Reports table, click the menu Metering > Usage reports.

This table summarizes monthly Denodo usage:

  • The number of different data products accessed in all Virtual DataPort servers in Production environments.

  • The volume of data accessed through all Virtual DataPort servers in Production and Failover environments.

Usage Reports table

The table shows the following information:

  • The month that the Usage Report corresponds to.

  • The date and time when the Usage Report was generated.

  • The Usage Report status, which can take one of the following values:

    • report_sent This icon represents one of the following statuses:

      • Sent: It means that the Usage Report was automatically sent to the Denodo Support Site.

      • Generated: It means that the Usage Report was generated successfully, but automatic delivery is disabled. It can be manually downloaded and uploaded to the Denodo Support Site.

    • report_pending Pending: It means that the automatic delivery of the Usage Report to the Denodo Support Site is configured, but the report could not be sent (e.g., due to a connection error).

    • report_partial Partial: It means that the Usage Report does not contain complete data.

    Note

    Only non-partial reports must be delivered to the Denodo Support Site.

  • The number of different data products accessed in all Virtual DataPort servers in Production environments in that month.

  • The volume of data accessed through all Virtual DataPort servers in Production and Failover environments in that month.

  • A button to download the Usage Report (JSON file). The user can download only non-partial reports by clicking the download-btn button. If the report is not available for download, the info-btn icon is shown.

You can also access the Denodo Support Site where the usage reports are uploaded by clicking on the View Consumption in Denodo Support Portal link in the upper right corner.

Configuring Automatic Upload

To enable the automatic upload of Usage Reports, follow these steps:

  1. Configure Denodo Support Access Keys.

  2. Set the Send usage reports to Denodo Support Portal automatically toggle to YES.

  3. Click Save to apply the changes.

Manual Upload to the Denodo Support Site

If the Solution Manager does not have internet access or the automatic upload is disabled, you can perform the manual upload using one of the following two options:

Option 1: Via the Denodo Support Site UI

  1. Download the Usage Report from the Usage Reports Table section as described above.

  2. Log in to the Support Site <https://support.denodo.com>.

  3. Navigate to the Usage Report upload section, select a non-partial Usage Report (JSON file), and submit it.

Option 2: Using the Upload Report Script

  1. Unzip the solution-manager-report-scripts.zip file into the <sm-home>/tools/solution-manager-scripts folder.

  2. Open a command line interface and navigate to the tools\solution-manager-scripts\solution-manager-report-scripts\bin directory.

  3. Execute the script corresponding to your operating system, providing the required parameters:

    • -a: Your Denodo Support Site Access Key.

    • -s: Your Denodo Support Site Secret Key.

    • -f: The path to the Usage Report (JSON file) you want to upload.

    On Windows:

    upload_report.bat -a <access-key> -s <secret-key> -f <path-to-report>
    

    On Linux/Unix:

    ./upload_report.sh -a <access-key> -s <secret-key> -f <path-to-report>
    
Add feedback