Hello everyone,
I need advice. I am pulling data from an API service using SSIS ‘OData Source’ component. The background to this is, everything used to work well, but for some reason there are now failures on the job running this service. The error message is,
Cannot access a disposedobject.Objectname:'System.Net.HttpWebResponse'.
My connection on OData component is as shown below. Up until now I used to get column list, and was able to pull data through the displayed configuration.
Now, when I try to view the columns, this is what I get, as shown below.
I’m not sure what exactly the issue might be. I have asked the data vendor if there is any change that they have made to their configuration on the tables or API settings from their side, and they insist that nothing has changed. One possible reason that I have come across in my long search of the internet is about the computed columns on the source, which may generate the same error message. The vendor insists that they haven’t changed anything on the source side. If they haven’t changed anything and we haven’t changed anything, what could the problem be? Any suggestions and ideas will be greatly welcome.
Kind regards,
Mpumelelo