I have a Java program which creates a local session with a local Domino server.Then, it accesses databases on a remote Domino server.
It either fetches an old document from a database or creates a new one, adds or replaces items in the document, and then it tries to save the document. The save process consists of
a) calling Document.computeWithForm to execute and form validation
b) calling Document.save (possibly with the force argument as true)
c) optionally execute an agent on that document
This is what happens:
Client Execution Security is enabled.ECL Alert Result: Code signed by Charles E. Doucette/Vaultus was prevented from executing with the right: Ability to read other databases.ECL Alert Result: Code signed by Charles E. Doucette/Vaultus was prevented from executing with the right: Ability to read other databases.ECL Alert Result: Code signed by Charles E. Doucette/Vaultus was prevented from executing with the right: Ability to read other databases.ECL Alert Result: Code signed by Charles E. Doucette/Vaultus was prevented from executing with the right: Ability to read other databases.ECL Alert Result: Code signed by Charles E. Doucette/Vaultus was prevented from executing with the right: Ability to read other databases.ECL Alert Result: Code signed by Charles E. Doucette/Vaultus was prevented from executing with the right: Ability to read other databases.ECL Alert Result: Code signed by Charles E. Doucette/Vaultus was prevented from executing with the right: Ability to read other databases.
2008.01.08 15:38:37 VDSC_DRIVER_NOTES (ServerLogWrapper) - Calling local agent AGT_ROLODEX_POSTSYNC_BB with NoteID 3A1A
I’m very confused about this error because I’m not using the Notes client. I am executing code locally.
Anyhow, there was no explicit Administration ECL.
I tried to create one and to allow this behavior which appears to be disallowed.
We are running a development server with no external access.
I did not do anything to copy my new Administration ECL to the workstation.
Does anyone have any advice on what I should try to do to get this code to work properly? I believe it was working properly before and I don’t think I’ve changed any of the configuration (but my Java program has indeed changed).
Thanks,
Chuck