Hello,
I've noticed an error in SAP HANA Data Provider for ADO.NET:
If we try to open the connection via HanaConnection.Open() with user (UID), who must change password at first logon, the method fails with StackOverflowException.
For example:
Enable 'User must change password at first logon' in Security -> Security -> Password Policy in SAP HANA Studio.
Change user's password.
Try to open the connection to database via ADO.NET Data Provider.
Do you think, there's some way, how to change the password before the connection is opened?
It seems, that there's the same problem, if I try to call the HanaConnection.ChangePassword().
We are using Sap.Data.Hana.v4.5.dll version 1.0.80.0.
Thank you.