The following exception occurs, when running an Notes agent with a Release 6 Client, when calling the getCurrentDatabase()-method of an AgentContext object:NotesException: Object has been removed or recycled
at lotus.domino.local.NotesBase.CheckObject(NotesBase.java:1063)
at lotus.domino.local.AgentContext.getCurrentDatabase(Unknown Source)
When calling the same agent with a release 5 client then there are no problems.
Is there a bug in release 6 or do I’ve to change something in my agent?
Martin