Created by Anonymous on 05/18/2004. Modified: 05/18/2004 16:56

Message

Agent 'Your Agent's Name Here' error message: No logs open

Synopsis

The error occurs when running an agent that contains an error handling routine.

The agent does not contain an "Exit Sub" prior to error handling. Try adding "Exit Sub" prior to the error handling routine.

Solutions

The agent does not contain an "Exit Sub" prior to error handling. Try adding "Exit Sub" prior to the error handling routine.

Anonymous on 05/20/2004 10:39

CAUSE: The log database that you specified in Call log.OpenNotesLog(database) does not exist.

SOLUTION: Verify your database path is correct.

CAUSE: You reference Call log.LogAction("") before you use Call log.OpenNotesLog(database).

SOLUTION: Add the OpenNotesLog call or change the order of operations within your code.

Doug Cohen on 05/21/2004 08:01

Use this form to add a suggested cause or solution which you think might help.

Adding content is disabled. The spammer have won.