NETProvider icon indicating copy to clipboard operation
NETProvider copied to clipboard

System.InvalidOperationException: 'InitializeClientSecurity not called' exception when try to fbConnection.Open() with invalid ConnectionString password

Open luronumen opened this issue 5 months ago • 0 comments

Actual Result

  • System.InvalidOperationException: 'InitializeClientSecurity not called' exception when try to fbConnection.Open() with invalid ConnectionString password
Image

Expected Result

  • FbException exception should happen instead of System.InvalidOperationException exception

Steps to Reproduce the Issue

  • Try to connect with the FirebirdSQL database with a valid user but a invalid password

Important notes

  • This issue does not happen with Windows thrusted Authentication

Enviroment Setup

  • .NET 9.0
  • ADO.NET Provider version 10.3.3

luronumen avatar Aug 12 '25 02:08 luronumen