Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Needs Review
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Apr 22, 2021

Increase Noteslog limit

Currently Agent Log can hold only 64KB of information. When the information written to it exceeds this limit, the following message is displayed and the agent stops running:

Error executing agent <agent-name> in <database-name>. Memory allocation request exceeded 65,000 bytes.
It will be helpful if Noteslog size can be increased to avoid agent failure.

  • Attach files
  • Guest
    Reply
    |
    Jul 12, 2021

    openFileLog is the best for real long logs. With OpenMailLog there is a fat chance to get the "Too many paragraphs to open" error message

  • Guest
    Reply
    |
    Apr 23, 2021

    Agreed. As a work-around, instead of OpenAgentLog you can use OpenMailLog, OpenFileLog and OpenNotesLog. these aren't limited to 64K.