Everytime my co-works and I try to log on to our eprotools website, we get this error. The admin runs this website from another state and most of the time we don't have access to get a hold of him. however, we are trying to possibly get this product to our base to have more ease and fixing these issues. My question is what is causing this error and how do we fix it? I assume line 151 was written incorrectly and it can not reference anything in the language. Any ideas?
On a side not: we at work run windows 7 with Java 7 or 8. Our passwords at work never expire so this is not a password issue on our side, if anything it is a password issue on the base server this program runs from.
Server Error in '/' Application.
ORA-28001: the password has expired
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OracleClient.OracleException: ORA-28001: the password has expired
Source Error:
Line 149: Dim con As New Data.OracleClient.OracleConnection(conStr) Line 150: Dim cmd As New Data.OracleClient.OracleCommand(sqlStr, con) Line 151: con.Open() Line 152: Dim tmpObj As Object Line 153: tmpObj = cmd.ExecuteScalar() |
Source File: D:\Inetpub\wwwroot_eProTools\App_Code\DataHelper.vb Line: 151
Stack Trace:
[OracleException (0x80131938): ORA-28001: the password has expired ] System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +1065 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +108 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +125 System.Data.OracleClient.OracleConnection.Open() +43 DataHelper.ExecuteScalar(String conStr, String sqlStr) in D:\Inetpub\wwwroot_eProTools\App_Code\DataHelper.vb:151 clsLogin.SetCurrentBaseID() in D:\Inetpub\wwwroot_eProTools\App_Code\clsLogin.vb:440 clsLogin..ctor(String ConnStr, String defaultRole, Boolean debug) in D:\Inetpub\wwwroot_eProTools\App_Code\clsLogin.vb:491 Users_Login.Page_Load(Object sender, EventArgs e) in D:\Inetpub\wwwroot_eProTools\Users\Login.aspx.vb:50 System.Web.UI.Control.OnLoad(EventArgs e) +91 System.Web.UI.Control.LoadRecursive() +74 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207 |
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1022