Hi All,
Thank you for reading, I need to increase the limit of this parameter OSSYS_PARAMETER OutSystems.HubEdition.QueryRecursionLimit and in the search it does not come up and when i tried to create a new one, i needed some information please refer the attached, kindly let me know if i am missing anything or how to create a new parameter which will influence the workflow.
Please let me know any information regarding this.
Best regards
P Anish
Hi, P Anish.
Where did find information that you needed to change the value of the sys parameter "OutSystems.HubEdition.QueryRecursionLimit"?
Indeed I also do not find that sys parameter both in a Personal Environment and in an Enterprise environment.ossys_parameter is a system entity and not much official information is provided about it, so any changes to it should be done with extra care.
From the name of the sys parameter, "QueryRecursionLimit", I deduce that is related with recursion in queries.Perhaps a restructuring of your query would solve the problem?
If you still would like to try to insert a new record for that specific sys parameter, you should try the same value of other records in the sys parameter, something like "XXX-YYY-ZZZ-XXX-YYY-ZZZ-XXX-YYY".The value does NOT seem to be the Activation Code of the infrastructure.
If you would like better help, please provide more information on the actual problem that you are trying to solve.
--Tiago Bernardo
Hi Tiago,
Thank you for the reply, the issue i have is a logic in the BPT process, where it throws an error saying that has crossed 100 limits and one of the solutions which we can implement is increasing the recursion limit. please refer to the attached for the error.
Best Regards