![]() |
Consumption Analytics Documentation |
Starting with Cloud Cruiser 4.0, the installer creates the reporting user. This article explains how to manually create the reporting user if you need to recreate this user.
To create the reporting user
<install_dir>/<tomcat_version>/webapps/ROOT/WEB-INF/classes/database.properties
. reporting.username=<reportUser>
reporting.password=<reportPassword>
For example, use the following lines to create the user ccreport
with the password rep0rtp@ss
:
reporting.username=ccreport
reporting.password=rep0rtp@ss
<install_dir>/bin
dbupdate
The dbupdate
utility reads the database.properties
file and creates the reporting user specified there.
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP