Page History
...
There is a known issue upgrading to UIM 7.6 from all supported versions of UIM. This issue can be verified by checking for the error, "Use of the executeUpdate(String) method is not supported on this type of statement," in the uptime.log file during the time of the upgrade and the error also appears each time you attempt to start the Data Collector service.
To resolve, please perform the following steps. Each .sql file mentioned is attached to this article. For more information, see Starting (or restarting) and Stopping stopping Uptime Infrastructure Monitor.
To resolve this issue
- Stop the UIM Data Collector and UIM Controller services (or uptime_core and uptime_controller on Linux).
- Execute the SQL statements contained in revert75.sql in the MS SQL Uptime UIM database.
- try Try starting the up.time UIM Data Collector service again. It will fail but will have performed fails, but does perform some necessary upgrade steps.
- run Run the SQL statements contained in uptime76_patch_mssql_1_alter.sql.
- once Once the statements from uptime76_patch_mssql_1_alter.sql are complete, run the statements in uptime76_patch_mssql_2_update.sql.
- start Start the up.time UIM Data Collector and up.time UIM Controller services (or uptime_core and uptime_controller on Linux). Uptime should start properly now.
Upgrading to
...
UIM 7.6 from
...
UIM 7.5 build 19 with a MySQL datastore
There is an issue upgrading to Uptime UIM 7.6 from up.time version 7.5 build 19 using a MySQL datastore, but upgrades from up.time UIM 7.4 and up.time 7.5 build 22 should complete successfully. To resolve the issue experienced with up.time 7.5 build 19, perform the following steps.
Each .sql file mentioned is attached to this article. Please see this document for starting and stopping the services: http://docs.uptimesoftware.com/x/z4BF For more information, see Starting (or restarting) and stopping Uptime Infrastructure Monitor.
To resolve this issue
- Stop the UIM Data Collector and UIM stop the up.time Data Collector and up.time Controller services (or uptime_core and uptime_controller on Linux).
- open Open the MySQL client and run:
cd <uptime_dir>
mysql\bin\mysql -uuptime puptime -P3308 --protocol=tcp -A uptime
- execute Run the SQL statements contained in revert75.sql in the MySQL client.
- start Start the up.time UIM Data Collector and up.time UIM Controller services (or uptime_core and uptime_controller on Linux) Uptime should start properly now.
Upgrading to
...
UIM 7.6 with
...
an Oracle datastore
A similar issue to the one seen with MS SQL datastores exists with Oracle datastores. This issue affects all supported up.time UIM versions upgrading to Uptime version 7.6. To resolve, perform the following steps.
Each .sql file mentioned is attached to this article. Please see this document for starting and stopping the services: http://docs.uptimesoftware.com/x/z4BF For more information, see Starting (or restarting) and stopping Uptime Infrastructure Monitor.
To resolve this issue
- Stop the UIM Data Collector and UIM stop the up.time Data Collector and up.time Controller services (or uptime_core and uptime_controller on Linux)
- execute Run the SQL statements contained in revert75.sql in the Oracle Uptime database.
- try Try starting the up.time UIM Data Collector service again. It will fail but will have performed fails, but performs some necessary upgrade steps.
- run Run the SQL statements contained in uptime76_patch_oracle.sql.
- start Start the up.time UIM Data Collector and up.time UIM Controller services (or uptime_core and uptime_controller on Linux) Uptime should start properly now.