20-09-23 10:50 AM
Hi All,
I have a process which is using a Customized Share Point Client API Object.
In the Get List items action i am facing the below error.
System.Net.WebException The underlying connection was closed: An unexpected error occured on a send. System.IO.IOException : Authentication failed because the remote party has closed the transport stream.
Can you please help on this , if it's Share Point Site Admin related issue or the Customised Share point Client API issue. BCZ the same object is working fine on other processes
Thanks,
Srihari
20-09-23 02:47 PM
Have you encountered this error on multiple runtime resources? Just wondering if there's some sort of IP restriction setting within the Sharepoint configuration?
Cheers,
Eric
20-09-23 06:09 PM
Hi Eric,
Yes , i am facing this issue on multiple runtime resources. Have reached our internal BP Platform team but it's not with them they have confirmed.
20-09-23 06:22 PM
I think I've seen something like this it the past. It was related to the TLS version of the client vs the server. You mentioned this is a custom API. Did you develop it or someone in your company?
Cheers,
Eric
20-09-23 06:29 PM
Ok, No the Customized Object was developed quite 4 years back by old employee for the use of particular process.
20-09-23 07:02 PM
Check out this thread on Microsoft's community site. It includes a possible solution assuming you're familiar with and have access to the custom code.
Cheers,
Eric
27-09-23 05:53 AM
Thanks for sharing this thread, Eric.