Hello,I have a problem, i’d like to create a form for configure the agent schedule, some of you have done this operation?
I hide the design of my DB, and now i must to configure the agent.
Some of you can help me?
Thanks
I use DominoR6!!
PS: I have some problem to hide the db, all the JavaScriptLibrary do not work i obtain this error:03/06/2003 11.20.55 HTTP JVM: java.lang.NoClassDefFoundError: LibraryJava
03/06/2003 11.20.55 HTTP JVM: at JavaAgent.NotesMain(JavaAgent.java:12)
03/06/2003 11.20.55 HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown Source)
03/06/2003 11.20.55 HTTP JVM: at lotus.domino.NotesThread.run(Unknown Source)
There is a fix for R5 (PCOY4PDLEX), and for R6?
Thanks
Subject: Triggering an agent on a schedule
What you have to do is make two copies of the DB, one of them shows the design, and inherits from the other which has the design hidden. When you refresh the design, the database will still show design elements, but the design itself will be hidden.
Also, your Java error is a result of the fact that the server can’t find the LibraryJava class. Make sure it is on your classpath in the notes.ini file (JavaUserClasses, you may have to set this yourself, it is not set by default), or that you have included it in your agent (if you are running an agent).
Subject: RE: Triggering an agent on a schedule
What is the meaning of yourself? What can i write in my JavaUserClasses?