Hi, I have a bunch of workbenches which routinely read layers from our AGOL environment.
There are multiple readers in the same workbench, all reading different layers. Until recently everything was doing fine, but now one reader is throwing an error. See part of the log here:
ArcGIS Online Feature Service Reader: Querying layer/table 8 for object IDs, where '1=1'
ArcGIS Online Feature Service Reader: Got 731 results for layer/table ID 8
ArcGIS Online Feature Service Reader: Splitting reading of 731 features into 1 batches of up to 1000 features
ArcGIS Online Feature Service Reader: Getting feature results 0 up to 1000 of layer/table 'tekentools polygon lopend'
ArcGIS Online Feature Service Reader: Encountered an unexpected error. The error code from the server was '400' and the message was: 'Cannot perform query. Invalid query parameters.'. Details: 'Unable to perform query. Please check your parameters.'
I checked the source layer in AGOL and nothing has changed for the last 5 years, so that can't be the problem. As far as i know nobody changed anything in the query or workbench. I tried messing with the query parameters with no success. I'm at a loss here.
Does anybody has an idea how to proceed debugging this? Or how to get more information other than the error message i'm getting right now? Such as the specific parameters causing trouble?