Quote from: pzandvoort on September 04, 2018, 10:11:44 PM
https://netxms.org/download/releases/2.2/2.2.8/netxms-websvc-2.2.8.war doesn't seem to be available....
Fixed, thanks for the report
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: pzandvoort on September 04, 2018, 10:11:44 PM
https://netxms.org/download/releases/2.2/2.2.8/netxms-websvc-2.2.8.war doesn't seem to be available....
Quote from: Spheron on August 28, 2018, 10:30:01 AM
Hello @all,
i would like to update from 2.2.7 to 2.2.8. The database upgrade doesn't work. It throws the following error:
Upgrading database...
Upgrading from version 22.35 to 22.36
SQL query failed (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'row_number=0 WHERE row_number IS NULL' at line 1):
UPDATE dct_threshold_instances SET row_number=0 WHERE row_number IS NULL
Rolling back last stage due to upgrade errors...
Database upgrade failed
NetXMS is running on Windows 7 (64bit) and MySQL 8.0.12 (64-bit).
Any help will be welcome... Thanx.
Greetings
Marco
Upgrading from version 22.32 to 22.33
SQL query failed (Specified key was too long; max key length is 767 bytes):
CREATE TABLE policy_timer_cancellation_list ( rule_id integer not null, timer_key varchar(255) not null, PRIMARY KEY(rule_id,timer_key))
Rolling back last stage due to upgrade errors...
Database upgrade failedCREATE TABLE policy_timer_cancellation_list(rule_id integer not null, timer_key varchar(191) not null, PRIMARY KEY(rule_id,timer_key));
UPDATE metadata SET var_value='33' WHERE var_name='SchemaVersionMinor';Quote from: KarlMCS on January 26, 2018, 06:39:19 PM
Okay, I got it working, but it seems a bit strange. What I did was I switched to openjdk-8-jre (from jessie-backports) and tomcat8.