Filter Settings saved in mariadb but dont applied in the Console Management

Started by al3xis, October 27, 2020, 11:35:17 AM

Previous topic - Next topic

al3xis

Hi everybody,
First of all thanks in advance for your replys.

I am having a problem realted with the setttings applied to the server that are saved in mariadb database but these are not been applied to the server netxms. I am doing the following:

I used the mgn console to applied a filter script to a map. The filter works properly but if I reset the service "netxms.service"  it disappears from the propierty settings of the map but I continue seeing the filter written in the database.
I've attached some pics.

thanks

al3xis

Hi all

Just for everybody who face with this problem. I solved it doing an updgrade to the lastest version of Netxms Server netxms-3.5.152. I was using Mariadb as DB. You can execute the following commands to upgrade it:
- Download lastest version.
./configure --with-server --with-mariadb --with-mariadb-compat-headers --with-agent
make
systemctl stop netxms.service
systemctl stop nxagent.service
nxdbmgr check
make install
nxdbmgr upgrade
systemctl start nxagent.service
systemctl start netxms.service

Upgrade the --> nxmc.war in /opt/tomcat/latest/webapps/  (Just replace the newest with same name of the old one)

systemctl restart tomcat.service

That is all.

By