Trying to run the NetMaster Web Portal Configuration Utility (nmweb-cli.jar) but it fails with these messages:
FSUM9209 cannot execute: reason code = 0b1b011f: EDC5111I Permission denied
NetMaster Web Portal 12.2
Incorrect syntax of the command
The executed command:
your_Java_directory/ -jar your_NM_SMP/e_directory/NetMaster-Web/nmweb-cli.jar generate config
doesn't contain the "java" string.
The correct command is the following:
your_Java_directory/java -jar your_NM_SMP/e_directory/NetMaster-Web/nmweb-cli.jar generate config
See Run the NetMaster Web Portal Configuration Utility page of NetMaster® Network Management for TCP/IP 12.2 documentation