Hi , im using IBMDB2 8.2 as my database backend for my web program!
I cannot understand when i try enter-click after i hv input a user id and password that exactly stored in my database!
the prompted error is denoting sumthin like this...
==========================================================================================================================================================
Server Error in '/project' Application.
ERROR [08001] [IBM] SQL30082N Attempt to establish connection failed with security reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001
[FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]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: IBM.Data.DB2.DB2Exception: ERROR [08001] [IBM] SQL30082N Attempt to establish connection failed with security reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001
Source Error:
Line 84: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.LoadLine 85: 'Put user code to initialize the page hereLine 86: db2DataAdapter1.Fill(db2DataSet11)Line 87: DataGrid1.DataSource = db2DataSet11Line 88: DataGrid1.DataBind()
Source File: C:\Inetpub\wwwroot\project\faq.aspx.vb Line: 86
Stack Trace:
[DB2Exception: ERROR [08001] [IBM] SQL30082N Attempt to establish connection failed with security reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001] IBM.Data.DB2.d.a(String A_0, Int32 A_1, Int32 A_2, IsolationLevel A_3, DB2Connection A_4) +1627 IBM.Data.DB2.DB2ConnPool.a(DB2Connection A_0, String A_1, a& A_2, Object& A_3) +1976 IBM.Data.DB2.DB2Connection.Open() +408 System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) +44 System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +304 System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +77 System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +38 IBM.Data.DB2.DB2DataAdapter.Fill(DataSet dataset) +25 project.faq.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\project\faq.aspx.vb:86 System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Page.ProcessRequestMain() +750
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032[/FONT]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
I cannot understand when i try enter-click after i hv input a user id and password that exactly stored in my database!
the prompted error is denoting sumthin like this...
==========================================================================================================================================================
Server Error in '/project' Application.
ERROR [08001] [IBM] SQL30082N Attempt to establish connection failed with security reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001
[FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]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: IBM.Data.DB2.DB2Exception: ERROR [08001] [IBM] SQL30082N Attempt to establish connection failed with security reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001
Source Error:
Line 84: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.LoadLine 85: 'Put user code to initialize the page hereLine 86: db2DataAdapter1.Fill(db2DataSet11)Line 87: DataGrid1.DataSource = db2DataSet11Line 88: DataGrid1.DataBind()
Source File: C:\Inetpub\wwwroot\project\faq.aspx.vb Line: 86
Stack Trace:
[DB2Exception: ERROR [08001] [IBM] SQL30082N Attempt to establish connection failed with security reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001] IBM.Data.DB2.d.a(String A_0, Int32 A_1, Int32 A_2, IsolationLevel A_3, DB2Connection A_4) +1627 IBM.Data.DB2.DB2ConnPool.a(DB2Connection A_0, String A_1, a& A_2, Object& A_3) +1976 IBM.Data.DB2.DB2Connection.Open() +408 System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) +44 System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +304 System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +77 System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +38 IBM.Data.DB2.DB2DataAdapter.Fill(DataSet dataset) +25 project.faq.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\project\faq.aspx.vb:86 System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Page.ProcessRequestMain() +750
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032[/FONT]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++