DPObjectPool - Unexpected return code: 1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have just upgraded our web server to .NET Framework 1.1 SP1 this past
weekend.

Prior to this upgrade, our ASP.NET web application would catch a specific
Oracle error ("ORA-28002") when a user tried to connect to the Oracle 9i
database with a password that was expired but within the grace period. This
allowed us to trap the error and prompt the user to change their password.

Since the upgrade the System.Data.OracleClient.DBObjectPool.GetObject method
throws an unknown error. InnerException is Nothing, and message is
"Unexpected return code: 1". Nothing about our Oracle 9iR2 client on the web
server has changed, so we are concluding that the error is related to the
..NET Framework upgrade.

If anyone can shed any light on this it would be much appreciated. Thanks
 
Back
Top