Recent posts

#11
General Support / Template Errors after 5.0 inst...
Last post by gmonk63 - May 03, 2024, 04:42:33 PM
After upgrading to 5.0 I have been getting alarms with the Ubiquiti AirMAX templates see below. Not sure if this was fixed with 5.0.1 but wanted to post just incase
#12
Announcements / Re: NetXMS 5.0 released
Last post by Spheron - May 03, 2024, 04:01:33 PM
Hello @all,

noticed that there are no more windows server downloads online, except for users with active support contract... Are there any announcement that i missed?

I never heard or read of this change. I only noticed this cause i take a look in the download section of the NetXMS website.

It would have been nice if you had announced the change a bit in advance, then everyone could have thought about how to deal with it...

Greetings
Marco
#13
Announcements / Re: NetXMS 5.0 released
Last post by Victor Kirhenshtein - May 03, 2024, 02:35:16 PM
Patch release 5.0.1 published (it fixes bug in database upgrade procedure).
#14
General Support / Re: new desktop client - unbou...
Last post by Filipp Sudanov - May 03, 2024, 12:10:56 PM
It's planned to fix this so that if object is present somewhere else (e.g. under subnet tree) it won't be displayed in the root. But in cases when user does not has access to any container/subnet containing a node, but has access rights to the node itself, it would be display in the the root.

Currently you can have "Unbound stuff" container somewhere with this auto-bind script, it will pick objects that are not present in any other containers:

for(p : $object.parents) {
  println(classof(p));
  if ((classof(p) == "Container") and p.id != $container.id) return false;
}
return true;
#15
Announcements / Re: NetXMS 5.0 released (but w...
Last post by SmEed - May 03, 2024, 11:52:52 AM
But I think that's a real shame! I would be happy if a Windows version was still offered.

PLS!
;)
#16
Announcements / Re: NetXMS 5.0 released (but w...
Last post by Victor Kirhenshtein - May 03, 2024, 09:41:21 AM
Quote from: Egert143 on May 03, 2024, 09:08:56 AMI was looking for the server installer for windows and saw that now support is needed for this. That is why i asked if it was no longer free.

is building windows installer for server from source complex task ? :)
Depends on your experience of course :) Build itself is straight-forward - there is Visual Studio solution file in the root of source tree, it will handle all the builds. Tricky part is to get all the dependencies (openssl, libcurl, libssh, libjq, libmodbus, libmosquitto, libpcre, database client libraries, breakpad, libmicrohttpd). Some of those are for specific components only, which you can exclude from build if you don't need them.

#17
General Support / Re: mssql.ddr in agent on wind...
Last post by Victor Kirhenshtein - May 03, 2024, 09:30:47 AM
Most likely you have to install SQL Server Native Client which is needed for mssql.ddr to work.

Best regards,
Victor
#18
General Support / Re: 5.0 Install
Last post by gmonk63 - May 03, 2024, 09:25:23 AM
Thank you guys... Thats good news that we no longer need to compile the mibs manually. I appreciate it 
#19
General Support / Re: nxAgent, crash, libcrypto ...
Last post by Victor Kirhenshtein - May 03, 2024, 09:09:48 AM
We will try to reproduce that, but it likely will take some time.
I registered it a s a bug: https://track.radensolutions.com/issue/NX-2527
#20
Announcements / Re: NetXMS 5.0 released
Last post by Egert143 - May 03, 2024, 09:08:56 AM
I was looking for the server installer for windows and saw that now support is needed for this. That is why i asked if it was no longer free.

is building windows installer for server from source complex task ? :)