IBM QRadar SOAR

IBM QRadar SOAR

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Line Execution Limit exceeded. Expected to execute a maximum of 50,000 lines python

  • 1.  Line Execution Limit exceeded. Expected to execute a maximum of 50,000 lines python

    Posted Tue February 07, 2023 03:50 AM
    Dears,

    Have anyone faced this below error:

    "Line Execution Limit exceeded. Expected to execute a maximum of 50,000 lines python"

    Appreciate it if anyone faced this issue to confirm if it can be solved or is it a limitation from Resilient in order not get any issues while executing huge for loops to parse data.

    Thanks,

    ------------------------------
    mohamed khalil
    ------------------------------


  • 2.  RE: Line Execution Limit exceeded. Expected to execute a maximum of 50,000 lines python

    Posted Wed February 08, 2023 10:18 AM
    Edited by Richard Giesige Wed February 08, 2023 10:22 AM
    Mohamed,

    This is a limit to the number of for each or for (loops) that you can do through scripting. We have run into this especially if you are seeing large event data.

    If you are needing to parse large data you should do it either in chunks (pages, small chunks) or ​through a function that can return it to where you want in IBM Soar.

    Thanks.

    ------------------------------
    Richard Giesige
    Security Engineer
    Oshkosh Corporation
    Oshkosh
    ------------------------------