Automic Workload Automation

 View Only
Expand all | Collapse all

How to change the "MAX REPORT SIZE" parameter on one agent (OA 12.3)

  • 1.  How to change the "MAX REPORT SIZE" parameter on one agent (OA 12.3)

    Posted Mar 20, 2023 09:26 AM
    Edited by Jason McClellan Mar 20, 2023 10:32 AM

    Hello

    We want to process a large file with :

    PREP_PROCESS_FILE

    We had this error :

    Not all blocks (Limit '120') have been transferred from file

    We manage to force the process changing a parameter in a VARA on the client 0 :


    Before (ko): 120

    After (ok) : 5000

    It works fine but it is for every agent on every client !!

    We are trying to do this change only on the agent which is processing the job.

    We tried something else on an agent :


    Before (ko): 120

    After (ko) : 5000

    It works BUT no more if we start again the agent!!

    It is not persistent!

    How to make this change persistent on one  agent only or why not on a job?

    (:PUT_ATT MAX_JCL_LINES = xxx, does not work in the PRE PROCESS of a job).

    thanks for helping

    Marc Broussard

    EQUANS INEO



  • 2.  RE: How to change the "MAX REPORT SIZE" parameter on one agent (OA 12.3)
    Best Answer

    Broadcom Employee
    Posted Mar 20, 2023 12:36 PM

    Hi @marc broussard

    You can create an additional UC_HOSTCHAR_OA and then change the OA_AGENT to OA instead of default in the variable UC_EX_HOSTCHAR. That way only one agent has different settings.

    Cheers,

    Alexander