Hello,
Here is my problem: I have an agent that is running locally. I want to be able to access some parameters from the server’s notes.ini file.
Is there a way I can do this? If the agent is running on the server, this works:
String envVar = session.getEnvironmentValue(“MyVar”, true).toString();
But what about when the server is running locally?