Skip to main content

Hello Everyone,

 

While trying to run odata api in postman i am getting this error
 

{

    "Message": "The node count limit of '100' has been exceeded. To increase the limit, set the 'MaxNodeCount' property on EnableQueryAttribute or ODataValidationSettings."

}

May i please know where do i increase the value 

I tried in changing App params IFS_MAX_ROWS_ODATA but still getting same error

 

Is there any other place to increase the value to more than 100?

 

Shaik

@Shaik 

Set the app param ROW_LIMIT accordingly. It’s 100 by default


Reply