Search results
Suggest a FeaturePDF

Reset Application Database for Bold Reports® version 2.4 or older

You can reset the database of the Bold Reports® application using this command. Follow these steps:

  • Open the command prompt and change the directory to the admin utility location.

    cd C:\Bold Reports\Utilities\AdminUtils

    command

  • After changing the directory, run the following command to reset the database.

    AdminUtils.exe dbconfig -servername "localhost" -databasename "BoldReportsMasterDatabase" -u "Admin" -p "Admin@12345" -iswindowsauthentication false -sslenabled false

    IMPORTANT: command details:

servername – SQL server hostname/IP
databasename – SQL database name
u – SQL server username
p – SQL server password
port - port number of Server(Required PostgreSQL only)
iswindowsauthentication – Is windows authentication required (this is optional)
sslenabled – Is encrypted connection required (this is optional)

reset-command

  • Once the database has been updated successfully, then restart the application in IIS.
Having trouble getting help?
Contact Support
Having trouble getting help?
Contact Support