Question
· Dec 23, 2020

Global ^Errors growing fast

Hello guys.

Can anyone help me about Global ^Errors? Only in 1 specific namespace is it growing fastly. It grows from 2 to 3 Gb per hour when all services are active. Which commands exactly do this? In another similar namespaces, there is not that Global in the class list.

 

Thanks.

Product version: IRIS 2019.3
Discussion (4)1
Log in or sign up to continue

Robert, thanks for the answer, it guided me to find the causer.

I identified in the application log that it is giving an Illegal web request error, from a SOAP class that exists in the namespace.
Probably someone is insistently calling this class externally in the wrong way, and IRIS is storing errors on every call. Is there a way for me to parameterize the namespace so that it doesn't store this error?

Thanks.