Recent posts

#1
Announcements / NetXMS 5.0 patch release 3
Last post by Victor Kirhenshtein - May 16, 2024, 06:21:45 PM
We have published patch release 3 for version 5.0. It fixes yet another (hopefully last one!) bug in database upgrade procedure, as well as few other less important issues. Full change log is following:

- Notification channel driver "Shell" escapes single quote character during exec-type command line expansion
- Priority inclusion rules in UI element filter
- Macro expansion in API call executeLibraryScript works for all object classes
- Improved handling of large number of simultaneous ICMP ping requests
- Fixed bug in database upgrade procedure
- Fixed deadlock in web UI
- Fixed issues:
   - NX-2521 (ICMP.PacketLoss internal DCI collects 0 after server restart)
   - NX-2529 (Option to enable/disable Version Number on Web interface)
#2
General Support / Re: Server not starting after ...
Last post by Victor Kirhenshtein - May 16, 2024, 08:23:36 AM
Windows server binaries for version 5.0.3 already in archive, we will update web site and publish deb packages during the day.

Best regards,
Victor
#3
General Support / Re: Database upgrade after Net...
Last post by Victor Kirhenshtein - May 16, 2024, 08:23:25 AM
Windows server binaries for version 5.0.3 already in archive, we will update web site and publish deb packages during the day.

Best regards,
Victor
#4
General Support / Re: Database upgrade after Net...
Last post by maredcz - May 15, 2024, 03:12:17 PM
Perfect. Thank You very much.

Martin
#5
General Support / Re: Database upgrade after Net...
Last post by Victor Kirhenshtein - May 15, 2024, 02:55:58 PM
We just fixed bug in database upgrade, we will start packing release 5.0.3 soon.

Best regards,
Victor
#6
General Support / Re: Server not starting after ...
Last post by Victor Kirhenshtein - May 15, 2024, 02:55:45 PM
We just fixed bug in database upgrade, we will start packing release 5.0.3 soon.

Best regards,
Victor
#7
General Support / Re: Database upgrade after Net...
Last post by maredcz - May 15, 2024, 02:03:19 PM
There is not a link_styling_script field (currently running 4.5.6 version(restored from backup)

There is result of query as .csv attachment
SELECT id,filter FROM network_maps WHERE filter <> '';
#8
General Support / Re: Server not starting after ...
Last post by Victor Kirhenshtein - May 15, 2024, 01:04:15 PM
So the problem is in upgrade (similar to what was reported on other thread). We will publish 5.0.3 today or tomorrow, hopefully this will be fixed by that moment.

Best regards,
Victor
#9
General Support / Re: Database upgrade after Net...
Last post by Victor Kirhenshtein - May 15, 2024, 01:02:28 PM
Looks like nxdbmgr crashes during schema update. Could you please provide result of query

SELECT id,link_styling_script,filter FROM network_maps WHERE link_styling_script <> '' OR filter <> '';

(maybe you'll need to change condition, I'm not sure it is correct for MariaDB, but idea is to get all records where one of those fields is not empty).

Best regards,
Victor

#10
Announcements / Patch for new UI client versio...
Last post by Victor Kirhenshtein - May 15, 2024, 12:54:47 PM
Version 4.5.7 of UI client application and web UI is available in download archive. It should fix object tree update problem reported by multiple users. If you are using version 4.5, try to update your client to version 4.5.7 and report if object tree update issue is still there or is finally solved.

Best regards,
Victor