Cannot get current parameter value: Access denied

Started by theyareseven, November 27, 2017, 10:19:59 AM

Previous topic - Next topic

theyareseven

Hello,

I have been using NetXMS for some time, no major problems, all very good, but I just updated to the latest version and having problems with checking the status of services.

I did install the agent 2.1.2 onto the server and re-scanned the node, the system picked up the new agent setting and all seemed good, got all the local drivers / disk space ect and all seems happy until i try to check a service with

System.ServiceState(*)   

When i use this with any correct service name, i get the following

Cannot get current parameter value: Access denied


Any one encountered / fixed this fault?


Ty

Victor Kirhenshtein

Hi,

I suppose you tried to check it with "Query" option in selection dialog? If yes, than it is known bug, fixed in upcoming release. However it affects only ad-hoc query from UI, if you add parameter to data collection it will work just fine.

Best regards,
Victor

theyareseven

Ahh i see :) cool beans, and yes it was via the query

knut4linux

Hi,

i have the same issue and yes, it exists only in selection dialog.

By the way:
Where can users help to translate Admin Console. Some Translation are very misleading.  ;)

Victor Kirhenshtein

Hi,

we just moved our repository to github (https://github.com/netxms/netxms), so if you are familiar with it you can clone it, edit messages_<lang>.properties and bundle_<lang>.properties files (for example: https://github.com/netxms/netxms/blob/master/src/java/netxms-eclipse/AgentManager/src/org/netxms/ui/eclipse/agentmanager/messages_de.properties - German translation for agent management plugin), and submit pull request.
Alternatively, I can create a package with all language files extracted so you can fix translations and submit back.

Best regards,
Victor