Environment -
.Net framework 4.5
hanaclient-2.4.151-windows-x64
WIndows Server 2016.
Error -
“Sap.Data.Hana.HanaException (0x80004005): Connection failed (RTE:[1000013] The system cannot find the file specified. (host:port))”
We are getting above error when we added ENCRYPT=true attribute in connection string "Server=host:port;encrypt=true;UserID=xxxxx;Passsword=xxxx"
Before encryption it was working fine. But after adding encryption we are getting this error.
It works on development server but same is not working on QA server. Both servers are having same environment and hana client version.
Where is the problem?
Code sample -
Thanks.