Just to head off any technical support requests for
Stubby or the
Weather Fetcher database, please let me remind you that Lotus Notes agents that call web services from a server require a security access of
2. Allow restricted operations.
This is because they're making network connections, which is a restricted operation. In addition, the person who signs the agent needs to have the following access set on the server document of the server the agent runs on:
- Run unrestricted methods and operations
- Run restricted LotusScript/Java agents
If not, you get errors like:
java.lang.SecurityException: not allowed to make a socket connection to www.foo.com
And don't get me started on the loose naming convention that was used, which allowed "unrestricted" and "restricted" to mean the same thing. I've talked about that already, long ago.
本文详细解释了如何在Lotus Notes代理中设置安全权限,以便从服务器调用Web服务时允许受限操作。重点包括运行不受限制的方法和操作,以及运行受限的Lotus Script/Java代理。忽视了松散命名约定的问题,该约定导致'不受限制'和'受限'意义相同。
3万+

被折叠的 条评论
为什么被折叠?



