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

Topics - saksham.adyso

#1
General Support / Properties issue
June 26, 2025, 08:13:48 AM
If I change the properties of any object and save them. These properties will only be displayed if I display the Properties window via the object's context menu. If I display the Properties window via a button on the toolbar, the changed properties are not displayed.
#2
General Support / Client startup fails
May 07, 2025, 01:12:22 PM
I need to run Client 5.0.6 on Windows Server 2012 R2, but the startup fails and the application does not start. Nothing is logged to the log. --debug switch does not create any event. The newer version of Client works fine. But I need to prepare the old server for migration.
#3
General Support / $node.ipAddr is unspec
April 15, 2025, 03:36:50 PM
I have made a filter script that writes a DiscoveredNode object to a text document, code: $node.ipAddr. But the "unspec" text is written to the file.
I made this script just to understand how the filter script works.
If I don't use a script, everything works. So there is no problem in the search. Why is the IP address of the object not written, but the text unspec?
#4
If I create a configuration for the Query parameter, everything works correctly. NetXMS connects to the database and the DCI returns the correct value. If I change the same Query parameter to a ConfigurableQuery parameter (and modify its value according to the documentation) and modify the metric to the query name and put a value in parentheses to replace the ? in the query, an empty result set is always returned. I have verified this on three drivers (mssql, mysql and pgsql). If I separately validate the query in another application, everything works correctly.

Configuration sample
ConfigurableQuery = Database.Data:id1:Custom data:SELECT `name` FROM `test` WHERE `description` LIKE "?";
#5
General Support / How do UI Access Rules work?
April 03, 2025, 01:30:43 PM
How do UI Access Rules work? For example, if I add perspective:objects.infrastructure to the list, nothing is shown to the user. Is there anything else I need to set?
#6
If I remove the built-in templates Operating systems, SNMP, System, they are all restored when the server is restarted.
#7
Feature Requests / Add support for keyboard shortcut
October 15, 2024, 10:32:32 AM
In many text field in NXClient (for example script text filed), is not possible use Ctrl + A, Ctrl + Z and Ctrl + Y.
Please add support for this actions.
#8
General Support / Problem with File.Upload and netxmsd
October 15, 2024, 10:28:53 AM
If I mistakenly enter a semicolon /;/ instead of a comma (,) in a scheduled File.Upload job and the job starts, the netxmsd service crashes and cannot be started anymore (it crashes itself after a while)
#9
General Support / Run sheduled deployment
October 10, 2024, 07:41:26 AM
When the deployment is run as a scheduled task, the log writes:
2024.10.08 17:45:00.732 *D* [packages ] CreatePackageDeploymentTask: invalid package id 0
2024.10.08 17:45:00.732 *D* [packages ] ExecuteScheduledPackageDeployment: cannot create deployment task for package
  • (RCC = 36)
If I run the deployment manually, everything goes correctly and the package is installed. I tried both the package name as a parameter and its index.

#10
General Support / Planned action will not start
October 04, 2024, 08:32:13 AM
I created an agent action. If I run it through a script or as object tools, everything works correctly. But if I schedule the action, nothing is executed and an event is logged in the log
2024.10.02 16:03:00.033 *D* [action            ] Cannot execute scheduled action
  • on node [187]: original event is unavailable
2024.10.03 16:03:00.033 *D* [client.session.0  ] Sending message CMD_NOTIFY (48 bytes)
2024.10.03 16:03:00.038 *D* [scheduler          ] AdHocScheduler: sleeping for 3600 seconds


#11
General Support / Windows events not sync
October 01, 2024, 02:40:01 PM
Windows events that occur when an agent is disabled are not synchronized when the agent is started. The documentation says that the agent stores the value of the last event in the registry and sends all events since the last synchronization on startup.
#12
Windows Event Log parser ignores if I enter a range (for example 80-90) in the text field. If I enter a single value, everything works correctly. But the documentation says that a range can be entered.
#13
Does the NXSL script support a function to make a request to a web service and return the retrieved data and HTTP code?
#14
Please add option to use properties file for NXShell. Source
#15
General Support / NXShell properties filename
September 17, 2024, 11:12:17 AM
I want to set NXShell properties through the .properties file (not through the command line). I have tried nxshell.porperties and netxms-client.properties, but they don't work. What is the correct name of the properties file for NXShell?
#16
Process.CountEx metric is not working properly. If I use only the first argument and don't specify the other optional ones, it returns an incorrect process count.
If I specify the process owner name, it returns an incorrect count (all processes are returned but the owner name is ignored).
As shown in the screenshot - the metric is set to Process.CountEx(cmd.exe), realistically there are 6 cmd.exe running under different users, but the returned value is 44. Other arguments when I enter, also the metric returns incorrect values.
Process.Count metric works correct ly and returns the correct number of processes.
#17
In the documentation there are only parameters. The database connection is clear, but how does the QueryTemplate parameter work? How do I write a custom notification to the table?
#18
When using nxmc.exe --server=192.168.0.100 or -server=192.168.0.100 , the error "Invalid command line option" is displayed. When the helper is displayed with the -h switch, completely different switches (eg --host) are displayed. But here the switches are mentioned but they don't work.
I tried it --host 192.168.0.100 and --host=192.168.0.100 , but does not work.
#19
General Support / Database is locked for report server
August 08, 2024, 02:38:43 PM
If I install the report service on a separate server (a different server than the one on which the netxms server is installed), the event "Database is already locked by another NetXMS server instance (IP address: 192.168.0.254, machine info: nxserver Windows Server 2012 Build 9200)" is written to the netxmsd.log. NetXMS server and report server use the same login. I have also tried separate logins, the database always locks up.
#20
I have checked on two installations: the installer cannot create a user and then a database when the Create database and database user before initialization checkbox is checked.
OS: Windows
DB: MariaDB

Error message:
NetXMS Database Manager Version 5.0.6 Build 5.0-1004-g5f3239af51 (UNICODE)

Creating database and user...
SQL query failed (You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '.service IDENTIFIED BY '*******'' at line 1):
CREATE USER nx.service IDENTIFIED BY '******'
Unable to create database or user

***** PRESS ANY KEY TO CONTINUE *****