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

#1
Hello,

I've been trying to access the NetXMS Javadoc index documentation website but it isn't available.
https://www.netxms.org/documentation/javadoc/latest/index-all.html

I use this extensively in development of nxshell scripts, would appreciate if it could be hosted again.

Thanks,
Regards,
Mishal
#2
General Support / Re: Querying DCI Table history
September 20, 2021, 06:59:46 AM
Okay Victor,
Would appreciate it if you could point me towards a contribution guide and what part of the codebase contains these methods.
#3
General Support / Re: Querying DCI Table history
September 02, 2021, 09:35:57 AM
Hello Victor,

I would like to have the same feature to be able to query last values for a table row.
Is there a way to make feature request and github repository and then submit a pull request.

Thanks,
Mishal
#4
Apologies.
I've been calling the constructor incorrectly.

For anyone else who come's across this issue to call constructor you have to use new.
Like below
body = new JsonObject();
#5
I'm trying to use the JsonObject class from NXSL but it is failing when I call the constructor method with the following error: function not found error.

I'm using NetXMS version 3.9.
would appreciate if some one can direct me in the right direction as to how to resolve this issue.
My code to calling the constructor
body = JsonObject();
#6
Hi,

After further troubleshooting.
This issue occurs only when running nxshell on a linux OS.
I've tried running it on Windows 10 and Windows Server 2019 and it doesn't hang.
Java version "8" is used on Windows.
#7
Hi,

I'm trying to use nxshell for a similiar scenario as @Hoeth.
Am facing the same issue of nxshell hanging at "INFO org.netxms.client.NXCSession - Connecting to localhost:4701".

I've tried this on 2 versions of nxshell and netxms server and it occurs on both.

NetXMS Server versions - 3.6.3 & 3.8.5
nxshell versions - 3.6.3 & 3.8.5

Regards,
Mishal