Automic Workload Automation

 View Only

  • 1.  How to exceed the limit in call object

    Posted Feb 19, 2025 01:05 PM

    Hi Team,

    Due to the huge data, the call object is not taking the more data:

    Is there any way to increase the limit??

    Regards,

    Shravya



  • 2.  RE: How to exceed the limit in call object

    Broadcom Employee
    Posted Feb 20, 2025 03:36 AM
    Edited by Markus Embacher Feb 20, 2025 03:35 AM

    Hi,

    the CALL_TEXT is a CLOB field in the database which means, there is no size limit. However, when using :PUT_ATT_APPEND CALL_TEXT to create the notificates content the single PUT_ATT_APPEND call must not exceed 8000 characters:

    https://docs.automic.com/documentation/webhelp/english/AA/24.3/DOCU/24.3/Automic%20Automation%20Guides/Content/Script/Reference/PUT_ATT_APPEND.htm

    Regards, Markus