News:

We really need your input in this questionnaire

Main Menu
Menu

Show posts

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 Menu

Messages - vargaata

#1
Hello Victor,

Thanx for your answer. I followed your suggestion and modified the source file. It was successful. I can see stored values now.

Thank you very much,
Best regards,
Attila.
#2
The strange thing is, when I do a query with mysql CLI from database, for examle: SELECT idata_timestamp,idata_value FROM netxms.idata_114 WHERE item_id = 109; I can see the correct values with timestamp. Do not know how to translate idata_timestamp to real date and time yet, but idata_value is correct.

It looks like, the data stored correcly in the database, just the NetXms client (PC and Mobile) cannot display it.

Thanks.
#3
I upgraded my Slackware installation from 14.2 to the latest and NetXMS from 2.0.7 to 2.2.7. During the upgrade I had to delete netxms database: DROP DATABASE netxms; . I compiled NetXMS from source with following options: ./configure --with-server --with-agent --with-snmp --with-mariadb --disable-mqtt --disable-ipv6.
After I created the new database, NetXMS started correctly, but not saving any real data from "Last values". It stores values with 01.01.1970 01:00:00 Time Stamp and 0 Value.

There are no errors reported in MariaDB and NetXMS logfiles. MariaDB version is: 10.3.8.

Can somebody help me, what to check, please?