Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The error, "Use of the executeUpdate(String) method is not supported on this type of statement." is found in the uptime.log file during the time of the upgrade.  This error will also appear each time you attempt to start the Uptime Data Collector service.

Uptime7_6_scripts.zipSolutions

Please choose from the following solutions based on the platform used by your Uptime Infrastructure Manager Datastore.

...

  1. stop the up.time Data Collector and up.time Controller services (or uptime_core and uptime_controller on Linux)
  2. open the MySQL client

...

  1. cd <uptime_dir>  
    mysql\bin\mysql -uuptime puptime -P3308 --protocol=tcp -A uptime 

 

  1. execute the SQL statements contained in revert75.sql in the MySQL client
  2. start the up.time Data Collector and up.time Controller services (or uptime_core and uptime_controller on Linux)

...

Uptime should start properly now.

Attachment

Uptime7_6_scripts.zip