In some circumstances the getRequestsByFilter SOAP method for CA Service Catalog can receive the error that there are too many parameters, despite only having a simple filter. How can this be avoided?
Release : 17.2
Component : CA SERVICE MANAGEMENT
The error actually means that too many requests are being returned by the filter for the limit that the web service can handle. Editing the filter to return fewer requests will solve this.
When designing filters, operators available include "Equals", "Not Equals", "<" (which is interpreted as the less than, < character), ">" (the > greater than).