If you chose the Elastic Search database to store archived events in, you must enable event reporting.

Run these commands once after a new installation. Do not run these commands after an upgrade or reconfiguration.

Procedure

  1. For Linux, execute these commands from the APG/bin directory:
    #./bin/manage-resources.sh update dba/FLOW-RPE2-ARCH '{"disabled":false,"datasource":{"driverClassName":"com.watch4net.x100.jdbc.Driver","validationQueryTimeout":null,"username":"admin","password":"
    {65901E8A34371DBC8627A4FC9B5DCD30FB83529BB380BB6670FB3D0F1E33B9CD114922FC7713361287955791DD0C6EBA}","url":"jdbc:x100://localhost:48443/Databases/APG-Datastore/Default"}}'
    ./bin/manage-resources.sh update dba/FLOW-RPE2-LIVE '{"disabled":false}'
    
  2. For Windows, execute these commands from the APG\bin folder:
    manage-resources.cmd update dba/FLOW-RPE2-ARCH {"disabled":false,"datasource":{"driverClassName":'com.watch4net.x100.jdbc.Driver',"validationQueryTimeout":null,"username":'admin',"password":'
    {65901E8A34371DBC8627A4FC9B5DCD30FB83529BB380BB6670FB3D0F1E33B9CD114922FC7713361287955791DD0C6EBA}
    ',"url":'jdbc:x100://localhost:48443/Databases/APG-Datastore/Default'}}
    manage-resources.cmd update dba/FLOW-RPE2-LIVE
    {"disabled":false}
  3. Restart the Tomcat service in order to make the changes effective