Hi Everyone, has anyone already seen this error attached, would you know how to help?
We have configured a connector via Saas webservices where when deactivating an account it displays the error “Error”
[ConnectorError] missing output (requestId: 7d22e5bd3ba549a4b3b13edw25be02d1)".
When checking directly in the application, the account was successfully removed, however the screen always shows this and the account disappears only after a new source addition.
We are using HTTP Operations from Disable Account
passing End Point with DELETE method. I have already carried out tests via postman using the same endpoint and method and it returns success without any json.
I am seeing the same error on the create account operation with the web services connector and the account gets created in the target system but ISC throws this error? No idea why it is throwing this error, the same body works fine in postman. Any help would be appreciated!
Yes, but the note on the link says that it will add a default Content-Type header of “application/json”, so may be expecting a response, which it won’t get for a DELETE.
Hey guys,
In my account deactivation operation, the Header had Content-Type “application/json”, I removed it leaving the default and now the error has changed to the one below:
An error occurred when trying to disable the account