Skip to main content
Question

Querying GI over web service API always fails with connection reset

  • March 6, 2025
  • 0 replies
  • 23 views

Forum|alt.badge.img

I have two Generic Inquires exposed to OData. I can use the API to query one of them without issue, but the  other one always fails. In particular, it returns a partial fragment of the results and then the HTTP connection drops with our HTTP library (curl) reporting this error:

“HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)”

If I force HTTP 1.1 instead, the behavior is the same, but the error says “Connection reset by peer”.

Any troubleshooting suggestions would be appreciated, thank you!