Good Afternoon All!
I have a web application that connects to an IBM database. Occasionally, I get this error:
at IBM.Data.DB2.iSeries.iDB2Exception.throwDcException(MpDcErrorInfo mpEI, MPConnection conn) at
IBM.Data.DB2.iSeries.iDB2Command.reportDCError(Int32 rc) at
IBM.Data.DB2.iSeries.iDB2Command.Prepare() at IBM.Data.DB2.iSeries.iDB2Command.ExecuteReader(CommandBehavior behavior) at IBM.Data.DB2.iSeries.iDB2Command.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) at title1.LoginCredentials() A communication error occurred.
Has anyone ever run into this problem? If so, how did you rectify the situation?
Any help would be GREATLY appreciated.
I have a web application that connects to an IBM database. Occasionally, I get this error:
at IBM.Data.DB2.iSeries.iDB2Exception.throwDcException(MpDcErrorInfo mpEI, MPConnection conn) at
IBM.Data.DB2.iSeries.iDB2Command.reportDCError(Int32 rc) at
IBM.Data.DB2.iSeries.iDB2Command.Prepare() at IBM.Data.DB2.iSeries.iDB2Command.ExecuteReader(CommandBehavior behavior) at IBM.Data.DB2.iSeries.iDB2Command.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) at title1.LoginCredentials() A communication error occurred.
Has anyone ever run into this problem? If so, how did you rectify the situation?
Any help would be GREATLY appreciated.