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 - rauchi

#1
Hello Community

Just a short feedback.

Upgrading NetXMS on Windows with MySQL DB from 2.2.13 to 2.2.14 went smooth.

I only had to change two lines in "nxagent-2.2.14.npi" to be able to add the x86 agent for deployment over the console. Everything else just worked.

regards
Marco
#2
General Support / Re: Install report server
February 22, 2019, 06:57:57 PM
I would appreciate a step by step documentation how to install the reporting server on Windows as well.

Keep up the good work.

Marco
#3
Hi,

Reinstalling the repacked web interface fixed the problem.

Thank you very much!

best regards
Marco
#4
Hi

I see the same error on my system (Win2012R2; MySQL).

{"description":"Internal error","error":46}

regards
Marco
#5
Hi,

Problems are gone with the new release 2.2.12.

Thank you  :D

best regards
Marco
#6
Hi,

Great news. Thank you very much for your support.

best regards
Marco
#7
Hello Alex

Thank you for your fast response and your help.

I just replaced the "libnetxms.dll" on the NetXMS Server with the one provided in the referenced link.

After the replacement I tried first to run "nxdbmgr check" again. With the replaced .dll I get now this error:

"The procedure entry point nx_memdup could not be located in the dynamic link library C:\NetXMS\bin\libnxdb.dll."

I have added the error as attachment (Libnxdb-dll-error.jpg) for reverence.

After switching back to the previous "libnetxms.dll" I can also start the "NetXMS Core" Service again.

Please let me know if you need some more information.

best regards
Marco
#8
Hello @all

Before and after running the update from 2.2.10 to 2.2.11 on my Windows Server I usually run a "nxdbmgr check" to verify if the DB is in a good shape.

After Updating to version 2.2.11 I get the following output:

---------------

nxdbmgr check
NetXMS Database Manager Version 2.2.11 Build 9516 (2.2.11) (UNICODE)

Checking database (excluding collected data):
* Zone object properties                                               [PASSED]
* Node object properties                                               [PASSED]
* Node to subnet bindings                                             [PASSED]
* Interface object properties                                         [PASSED]
* Interface bindings                                                     [PASSED]
* Network service object properties                                [PASSED]
* Network service bindings                                            [PASSED]
* Cluster object properties                                            [PASSED]
* Cluster member nodes                                                [PASSED]
* Template to node mapping                                          [PASSED]
* Object properties                                                      [PASSED]
* Container membership                                                [PASSED]
* Event processing policy                                              [PASSED]
* Network map links                                                     [   0SQL
query failed (Query was empty):
SELECT network_map_links.map_id,network_map_links.element1,network_map_links.ele
ment2 FROM network_map_links LEFT OUTER JOIN network_map_elements ON    network_
map_links.map_id = network_map_elements.map_id AND    network_map_links.element1
= network_map_elements.element_id WHERE network_map_elements.element_id IS NULL

SQL query failed (Query was empty):
SELECT network_map_links.map_id,network_map_links.element1,network_map_links.ele
ment2 FROM network_map_links LEFT OUTER JOIN network_map_elements ON    network_
map_links.map_id = network_map_elements.map_id AND    network_map_links.element2
= network_map_elements.element_id WHERE network_map_elements.element_id IS NULL

[PASSED]
* Data tables                                                          [PASSED]
* Raw DCI values table                                             [PASSED]
* DCI thresholds                                                      [PASSED]
* Table DCI thresholds                                              [PASSED]
Database doesn't contain any errors
Database check completed

---------------

Any Idea? Some help is greatly appreciated.

regards
Marco