@evaluate and server

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?

Subject: Not sure how that relates to @Evaluate, but you could run an agent on the…

server from your locally running agent, passing a parameter doc to it. Look at example 2 of the Agent.runOnServer method.